We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c12a19 commit 3982522Copy full SHA for 3982522
plugwise_usb/nodes/circle.py
@@ -663,9 +663,6 @@ async def set_relay(self, state: bool) -> bool:
663
async def set_relay_lock(self, state: bool) -> bool:
664
"""Set the state of the relay-lock."""
665
await self._relay_update_lock(state)
666
- await self.publish_feature_update_to_subscribers(
667
- NodeFeature.RELAY_LOCK, state
668
- )
669
return state
670
671
async def _relay_load_from_cache(self) -> bool:
0 commit comments