diff --git a/src/devices/gledopto.ts b/src/devices/gledopto.ts index 987e0c26892dd..aa5d1f5a420c4 100644 --- a/src/devices/gledopto.ts +++ b/src/devices/gledopto.ts @@ -817,6 +817,14 @@ const definitions: DefinitionWithExtend[] = [ ota: true, extend: [gledoptoLight({colorTemp: {range: [158, 495]}, color: true})], }, + { + zigbeeModel: ['GL-D-008P'], + model: 'GL-D-008P', + vendor: 'Gledopto', + description: 'Na Versiion smart led 9w downlight', + ota: true, + extend: [gledoptoLight({colorTemp: {range: [158, 495]}, color: true})], + }, { zigbeeModel: ['GL-FL-004TZ'], model: 'GL-FL-004TZ',