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 c0f1c33 commit 7048c58Copy full SHA for 7048c58
plugwise_usb/network/registry.py
@@ -263,8 +263,6 @@ async def register_node(self, mac: str) -> None:
263
await request.send()
264
except StickError as exc:
265
raise NodeError(f"{exc}") from exc
266
- if self.update_network_registration(mac):
267
- await self._exec_node_discover_callback(mac, None, False)
268
269
async def unregister_node(self, node: PlugwiseNode) -> None:
270
"""Unregister node from current Plugwise network."""
0 commit comments