Skip to content

Commit 6c3ec8a

Browse files
tholland15Koenkk
andauthored
fix(detect): Detect LCZ002 as Philips 8719514419278 (#8110)
* Add definition for Philips Hue LCZ002 Ellipse E27 smart bulb * formatting * fix --------- Co-authored-by: Koen Kanters <[email protected]>
1 parent 870c47b commit 6c3ec8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/philips.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const definitions: DefinitionWithExtend[] = [
128128
extend: [philipsLight({colorTemp: {range: [153, 454]}})],
129129
},
130130
{
131-
zigbeeModel: ['LCZ001'],
131+
zigbeeModel: ['LCZ001', 'LCZ002'],
132132
model: '8719514419278',
133133
vendor: 'Philips',
134134
description: 'Hue Ellipse E27 smart bulb',

0 commit comments

Comments
 (0)