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 b78e6e3 commit 35d1fc1Copy full SHA for 35d1fc1
zhaquirks/philips/hue_light.py
@@ -4,6 +4,19 @@
4
5
from zhaquirks.philips import PHILIPS, SIGNIFY, PhilipsHueLightCluster
6
7
+(
8
+ QuirkBuilder()
9
+ .applies_to(SIGNIFY, "929004608001")
10
+ .applies_to(SIGNIFY, "929004608101")
11
+ .applies_to(SIGNIFY, "929004608201")
12
+ .friendly_name(
13
+ model="Hue OmniGlow lightstrip",
14
+ manufacturer="Philips",
15
+ )
16
+ .replaces(PhilipsHueLightCluster, endpoint_id=11)
17
+ .add_to_registry()
18
+)
19
+
20
(
21
QuirkBuilder()
22
.applies_to(SIGNIFY, "929004610402")
0 commit comments