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 d3a7ac2 commit 21a3b10Copy full SHA for 21a3b10
plugwise_usb/nodes/sense.py
@@ -53,7 +53,7 @@ async def load(self) -> bool:
53
54
_LOGGER.debug("Loading Sense node %s", self._node_info.mac)
55
if not await super().load():
56
- _LOGGER.debug("Load Sense base node %s failed")
+ _LOGGER.debug("Load Sense base node failed")
57
return False
58
59
self._setup_protocol(SENSE_FIRMWARE_SUPPORT, SENSE_FEATURES)
0 commit comments