diff --git a/src/devices/sunricher.ts b/src/devices/sunricher.ts index af2e99bc05d2f..f80eba25489e7 100644 --- a/src/devices/sunricher.ts +++ b/src/devices/sunricher.ts @@ -407,6 +407,13 @@ async function syncTime(endpoint: Zh.Endpoint) { } const definitions: DefinitionWithExtend[] = [ + { + zigbeeModel: ['HK-SENSOR-PRE'], + model: 'SR-ZG9030F-PS', + vendor: 'Sunricher', + description: 'Smart human presence sensor', + extend: [m.illuminance(), m.occupancy(), m.commandsOnOff()], + }, { zigbeeModel: ['HK-SENSOR-GAS'], model: 'SR-ZG9060A-GS',