Skip to content

Commit b78e6e3

Browse files
Add Philips Hue Flux Gradient lightstrip (#4392)
Co-authored-by: TheJulianJES <[email protected]>
1 parent 5364d12 commit b78e6e3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

zhaquirks/philips/hue_light.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
from zhaquirks.philips import PHILIPS, SIGNIFY, PhilipsHueLightCluster
66

7+
(
8+
QuirkBuilder()
9+
.applies_to(SIGNIFY, "929004610402")
10+
.friendly_name(
11+
model="Hue Flux gradient lightstrip",
12+
manufacturer="Philips",
13+
)
14+
.replaces(PhilipsHueLightCluster, endpoint_id=11)
15+
.add_to_registry()
16+
)
17+
718
(
819
QuirkBuilder()
920
.applies_to(SIGNIFY, "LCX001")

0 commit comments

Comments
 (0)