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 12f6675 commit 26a03c4Copy full SHA for 26a03c4
src/devices/aurora_lighting.ts
@@ -303,4 +303,11 @@ export const definitions: DefinitionWithExtend[] = [
303
description: "AOne 1-10V in-line dimmer",
304
extend: [m.identify(), m.light({powerOnBehavior: false})],
305
},
306
+ {
307
+ zigbeeModel: ["AU-A1CE14ZCX6"],
308
+ model: "AU-A1CE14ZCX6",
309
+ vendor: "Aurora Lighting",
310
+ description: "AOne smart tuneable candle lamp bulb",
311
+ extend: [m.light({colorTemp: {range: [200, 454]}})],
312
+ },
313
];
0 commit comments