Skip to content

Commit

Permalink
fix: Fix configure failing for eWeLink ZB-SW01 Koenkk/zigbee2mqtt#20483
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 2, 2024
1 parent 1c88a37 commit 5d1d217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/ewelink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const definitions: Definition[] = [
model: 'ZB-SW01',
vendor: 'eWeLink',
description: 'Smart light switch - 1 gang',
extend: [onOff({powerOnBehavior: false, skipDuplicateTransaction: true})],
extend: [onOff({powerOnBehavior: false, skipDuplicateTransaction: true, configureReporting: false})],
onEvent: async (type, data, device) => {
device.skipDefaultResponse = true;
},
Expand Down

0 comments on commit 5d1d217

Please sign in to comment.