Skip to content

Commit d595176

Browse files
feat(add): 929003056801 (#9094)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 23074f1 commit d595176

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/philips.ts

+7
Original file line numberDiff line numberDiff line change
@@ -4055,4 +4055,11 @@ export const definitions: DefinitionWithExtend[] = [
40554055
description: "Hue White ambiance GU10 - smart spotlight ",
40564056
extend: [philips.m.light({colorTemp: {range: [153, 454]}})],
40574057
},
4058+
{
4059+
zigbeeModel: ["929003056801"],
4060+
model: "929003056801",
4061+
vendor: "Philips",
4062+
description: "Hue Adore white ambiance bathroom mirror",
4063+
extend: [philips.m.light({colorTemp: {range: [153, 454]}})],
4064+
},
40584065
];

0 commit comments

Comments
 (0)