Skip to content

Commit

Permalink
fix: Disable unsupported power_on_behaviour for Aurora Lighting AU-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 27, 2023
1 parent eebfe89 commit 1752715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/aurora_lighting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 1752715

Please sign in to comment.