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 1352156 commit b0c3674Copy full SHA for b0c3674
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 %s failed")
57
return False
58
59
self._setup_protocol(SENSE_FIRMWARE_SUPPORT, SENSE_FEATURES)
0 commit comments