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 a15e9c0 commit 10cf751Copy full SHA for 10cf751
plugwise_usb/network/registry.py
@@ -270,7 +270,6 @@ async def unregister_node(self, mac: str) -> None:
270
raise NodeError(f"No existing registration '{mac}' found to unregister")
271
272
request = NodeRemoveRequest(self._send_to_controller, self._mac_nc, mac)
273
- response = await request.send()
274
if (response := await request.send()) is None:
275
raise NodeError(
276
f"The Zigbee network coordinator '{self._mac_nc!r}'"
0 commit comments