diff --git a/src/devices/gledopto.ts b/src/devices/gledopto.ts index b1ac0abaec168..ac1aa2ba1260b 100644 --- a/src/devices/gledopto.ts +++ b/src/devices/gledopto.ts @@ -658,6 +658,13 @@ const definitions: DefinitionWithExtend[] = [ description: 'Zigbee 7W garden light Pro RGB+CCT', extend: [gledoptoLight({colorTemp: {range: [158, 495]}, color: true})], }, + { + zigbeeModel: ['GL-G-005P'], + model: 'GL-G-005P', + vendor: 'Gledopto', + description: 'Zigbee 7W garden light Pro RGB+CCT', + extend: [gledoptoLight({colorTemp: {range: [158, 495]}, color: {modes: ['xy', 'hs'], enhancedHue: true}})], + }, { zigbeeModel: ['GL-B-007ZS'], model: 'GL-B-007ZS',