Skip to content

Commit 5f1a7f2

Browse files
authored
Add support for Nimly easyCodeTouch_v1 lock (#3580)
1 parent ca2a43d commit 5f1a7f2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

zhaquirks/nimly/lock.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,17 @@
2727

2828
(
2929
QuirkBuilder(NIMLY, "EasyFingerTouch")
30-
.also_applies_to(NIMLY, "EasyCodeTouch")
30+
.applies_to(NIMLY, "EasyCodeTouch")
31+
.applies_to(NIMLY, "easyCodeTouch_v1")
3132
.node_descriptor(NIMLY_LOCK_NODE_DESCRIPTOR)
3233
.add_to_registry()
3334
)
3435

3536
(
3637
QuirkBuilder(NIMLY, "NimlyPRO")
37-
.also_applies_to(NIMLY, "NimlyCode")
38-
.also_applies_to(NIMLY, "NimlyTouch")
39-
.also_applies_to(NIMLY, "NimlyIn")
38+
.applies_to(NIMLY, "NimlyCode")
39+
.applies_to(NIMLY, "NimlyTouch")
40+
.applies_to(NIMLY, "NimlyIn")
4041
.node_descriptor(NIMLY_LOCK_NODE_DESCRIPTOR)
4142
.replaces(DoublingPowerConfigurationCluster, endpoint_id=11)
4243
.add_to_registry()

0 commit comments

Comments
 (0)