Skip to content

Commit 8da50ca

Browse files
committed
Add Philips Hue Essential lightstrip (5m) 929004294901
1 parent 3e4d8c4 commit 8da50ca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/devices/philips.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5086,6 +5086,13 @@ export const definitions: DefinitionWithExtend[] = [
50865086
description: "Hue Essential lightstrip (16ft)",
50875087
extend: [philips.m.light({colorTemp: {range: [153, 447]}, color: {modes: ["xy", "hs"], enhancedHue: true}})],
50885088
},
5089+
{
5090+
zigbeeModel: ["929004294901"],
5091+
model: "929004294901",
5092+
vendor: "Philips",
5093+
description: "Hue Essential lightstrip (5m)",
5094+
extend: [philips.m.light({colorTemp: {range: [153, 447]}, color: {modes: ["xy", "hs"], enhancedHue: true}})],
5095+
},
50895096
{
50905097
zigbeeModel: ["929004611002", "929004611102"],
50915098
model: "929004611002",

0 commit comments

Comments
 (0)