Skip to content

Commit 9c234fc

Browse files
committed
Don't notify node_event_subscriber, will be done when the NodeRejoin Response is detected
1 parent 208287a commit 9c234fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise_usb/network/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,7 @@ async def node_join_available_message(self, response: PlugwiseResponse) -> bool:
258258
result = await self.register_node(mac)
259259
except NodeError as exc:
260260
raise NodeError(f"Unable to add Node ({mac}): {exc}") from exc
261-
262261
if result:
263-
await self._notify_node_event_subscribers(NodeEvent.JOIN, mac) # This one never shows up
264262
return True
265263

266264
return False

0 commit comments

Comments
 (0)