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 00288e1 commit 6be4c4cCopy full SHA for 6be4c4c
plugwise_usb/nodes/sense.py
@@ -61,9 +61,9 @@ async def load(self) -> bool:
61
SENSE_FIRMWARE_SUPPORT,
62
(NodeFeature.INFO, NodeFeature.SENSE),
63
)
64
+ self._loaded = True
65
if await self.initialize():
66
await self._loaded_callback(NodeEvent.LOADED, self.mac)
- self._loaded = True
67
return True
68
_LOGGER.debug("Loading of Sense node %s failed", self._node_info.mac)
69
return False
0 commit comments