We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cf751 commit f8d86f6Copy full SHA for f8d86f6
1 file changed
plugwise_usb/network/__init__.py
@@ -261,7 +261,6 @@ async def node_rejoin_message(self, response: PlugwiseResponse) -> bool:
261
f"Invalid response message type ({response.__class__.__name__}) received, expected NodeRejoinResponse"
262
)
263
mac = response.mac_decoded
264
- address = self._register.network_address(mac)
265
if (address := self._register.network_address(mac)) is not None:
266
if self._nodes.get(mac) is None:
267
if self._discover_sed_tasks.get(mac) is None:
0 commit comments