Skip to content

Commit 3982522

Browse files
committed
Remove double publish_feature_...
1 parent 5c12a19 commit 3982522

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -663,9 +663,6 @@ async def set_relay(self, state: bool) -> bool:
663663
async def set_relay_lock(self, state: bool) -> bool:
664664
"""Set the state of the relay-lock."""
665665
await self._relay_update_lock(state)
666-
await self.publish_feature_update_to_subscribers(
667-
NodeFeature.RELAY_LOCK, state
668-
)
669666
return state
670667

671668
async def _relay_load_from_cache(self) -> bool:

0 commit comments

Comments
 (0)