Skip to content

Commit

Permalink
Add buttonEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
liorf committed Jan 7, 2024
1 parent a96969b commit 484639e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/nuki_ng/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ async def async_turn_off(self, **kwargs):
await self.coordinator.update_config(
self.device_id, "config", dict(buttonEnabled=False)
)



class OpenerRingSuppressionSwitch(NukiOpenerRingSuppressionEntity, SwitchEntity):

def __init__(self, coordinator, device_id, suppression):
Expand Down

0 comments on commit 484639e

Please sign in to comment.