Skip to content

Commit

Permalink
Disable unsupported power_on_behavior for Nue / 3A HGZB-01. Koenkk/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored May 15, 2023
1 parent cd8c128 commit 9895476
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 @@ -37,7 +37,7 @@ module.exports = [
model: 'HGZB-01',
vendor: 'Nue / 3A',
description: 'Smart Zigbee 3.0 light controller',
extend: extend.switch(),
extend: extend.switch({disablePowerOnBehavior: true}),
whiteLabel: [{vendor: 'Zemismart', model: 'ZW-EU-01', description: 'Smart light relay - 1 gang'},
{vendor: 'Moes', model: 'ZK-CH-2U', description: 'Plug with 2 USB ports'}],
configure: async (device, coordinatorEndpoint, logger) => {
Expand Down

0 comments on commit 9895476

Please sign in to comment.