From 1752715daad6a267cc3b7e7440d2581e26a003ed Mon Sep 17 00:00:00 2001 From: koenkk Date: Sun, 27 Aug 2023 08:11:43 +0200 Subject: [PATCH] fix: Disable unsupported `power_on_behaviour` for Aurora Lighting AU-A1ZBMPRO1ZX https://github.com/Koenkk/zigbee2mqtt/issues/18743 --- src/devices/aurora_lighting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/aurora_lighting.ts b/src/devices/aurora_lighting.ts index 7fac74d8eb75f..8c6bc2ae3acd8 100644 --- a/src/devices/aurora_lighting.ts +++ b/src/devices/aurora_lighting.ts @@ -107,7 +107,7 @@ const definitions: Definition[] = [ model: 'AU-A1ZBMPRO1ZX', vendor: 'Aurora Lighting', description: 'AOne MPROZX fixed IP65 fire rated smart tuneable LED downlight', - extend: extend.light_onoff_brightness_colortemp({colorTempRange: [200, 455]}), + extend: extend.light_onoff_brightness_colortemp({colorTempRange: [200, 455], disablePowerOnBehavior: true}), }, { zigbeeModel: ['FWG125Bulb50AU'],