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 1ca96a2 commit c30e59fCopy full SHA for c30e59f
plugwise_usb/nodes/node.py
@@ -409,9 +409,7 @@ async def _load_from_cache(self) -> bool:
409
return False
410
411
# Node Info
412
- result: bool = await self._node_info_load_from_cache()
413
- _LOGGER.debug("_load_from_cache | load node_info | result=%s", result)
414
- if not result:
+ if not await self._node_info_load_from_cache():
415
_LOGGER.debug("Node %s failed to load node_info from cache", self.mac)
416
417
0 commit comments