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 4fe93d2 commit 1ded4cbCopy full SHA for 1ded4cb
src/devices/philips.ts
@@ -142,6 +142,13 @@ export const definitions: DefinitionWithExtend[] = [
142
description: "Hue white ambiance",
143
extend: [philips.m.light({colorTemp: {range: [222, 454]}})],
144
},
145
+ {
146
+ zigbeeModel: ["LTA016"],
147
+ model: "9290038550H",
148
+ vendor: "Philips",
149
+ description: "Hue white ambiance A67 1600lm with Bluetooth E27",
150
+ extend: [philips.m.light({colorTemp: {range: [50, 1000]}})],
151
+ },
152
{
153
zigbeeModel: ["LTA018"],
154
model: "9290038552",
0 commit comments