Skip to content

Commit

Permalink
Disable unsupported power_on_behavior for SONOFF BASICZBR3 (#5487)
Browse files Browse the repository at this point in the history
unsupported attribute
  • Loading branch information
polyrobin committed Feb 18, 2023
1 parent c11c8fa commit 3874d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/sonoff.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = [
model: 'BASICZBR3',
vendor: 'SONOFF',
description: 'Zigbee smart switch',
extend: extend.switch(),
extend: extend.switch({disablePowerOnBehavior: true}),
fromZigbee: [fz.on_off_skip_duplicate_transaction],
},
{
Expand Down

0 comments on commit 3874d08

Please sign in to comment.