We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2a43d commit 5f1a7f2Copy full SHA for 5f1a7f2
zhaquirks/nimly/lock.py
@@ -27,16 +27,17 @@
27
28
(
29
QuirkBuilder(NIMLY, "EasyFingerTouch")
30
- .also_applies_to(NIMLY, "EasyCodeTouch")
+ .applies_to(NIMLY, "EasyCodeTouch")
31
+ .applies_to(NIMLY, "easyCodeTouch_v1")
32
.node_descriptor(NIMLY_LOCK_NODE_DESCRIPTOR)
33
.add_to_registry()
34
)
35
36
37
QuirkBuilder(NIMLY, "NimlyPRO")
- .also_applies_to(NIMLY, "NimlyCode")
38
- .also_applies_to(NIMLY, "NimlyTouch")
39
- .also_applies_to(NIMLY, "NimlyIn")
+ .applies_to(NIMLY, "NimlyCode")
+ .applies_to(NIMLY, "NimlyTouch")
40
+ .applies_to(NIMLY, "NimlyIn")
41
42
.replaces(DoublingPowerConfigurationCluster, endpoint_id=11)
43
0 commit comments