Skip to content

Commit

Permalink
fix: Disable unsupported power_on_behavior for LEDVANCE 4058075729322
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 8, 2023
1 parent 55731de commit 7047c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/ledvance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ const definitions: Definition[] = [
model: '4058075729322',
vendor: 'LEDVANCE',
description: 'SMART+ Compact Outdoor Plug EU',
extend: extend.switch(),
extend: extend.switch({disablePowerOnBehavior: true}),
ota: ota.ledvance,
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
Expand Down

0 comments on commit 7047c6b

Please sign in to comment.