Skip to content

Commit

Permalink
Disable unsupported power_on_behavior for Nue / 3A LXZB-02A (#5489)
Browse files Browse the repository at this point in the history
unsupported attribute
  • Loading branch information
polyrobin committed Feb 18, 2023
1 parent 3874d08 commit 559ca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/nue_3a.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = [
model: 'LXZB-02A',
vendor: 'Nue / 3A',
description: 'Smart light controller',
extend: extend.light_onoff_brightness(),
extend: extend.light_onoff_brightness({disablePowerOnBehavior: true}),
},
{
zigbeeModel: ['FNB56-ZSW03LX2.0', 'LXN-3S27LX1.0'],
Expand Down

0 comments on commit 559ca34

Please sign in to comment.