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 6d30990 commit ba3e76cCopy full SHA for ba3e76c
plugwise/stick.py
@@ -415,6 +415,8 @@ def _remove_node(self, mac):
415
"""Remove node from list of controllable nodes."""
416
if mac in self._plugwise_nodes:
417
del self._plugwise_nodes[mac]
418
+ else:
419
+ _LOGGER.warning("Node %s does not exists, unable to remove node.", mac)
420
421
def message_processor(self, message: NodeResponse):
422
"""Received message from Plugwise network."""
0 commit comments