Skip to content

Commit e58aead

Browse files
committed
fix: Fix LGT002 and LGT003 not marked as supported Koenkk/zigbee2mqtt#24965
1 parent 5478391 commit e58aead

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
@@ -3943,7 +3943,7 @@ const definitions: DefinitionWithExtend[] = [
39433943
extend: [philipsLight({colorTemp: {range: [153, 500]}, color: {modes: ['xy', 'hs'], enhancedHue: true}})],
39443944
},
39453945
{
3946-
zigbeeModel: ['LGT001'],
3946+
zigbeeModel: ['LGT001', 'LGT002', 'LGT003'],
39473947
model: '929003711201',
39483948
vendor: 'Philips',
39493949
description: 'Hue Twilight sleep and wake-up light white',

0 commit comments

Comments
 (0)