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 df3fe4a commit 61021e8Copy full SHA for 61021e8
plugwise_usb/nodes/sense.py
@@ -63,6 +63,7 @@ async def load(self) -> bool:
63
)
64
if await self.initialize():
65
await self._loaded_callback(NodeEvent.LOADED, self.mac)
66
+ 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