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 bdd0313 commit ed96ae2Copy full SHA for ed96ae2
plugwise_usb/nodes/node.py
@@ -577,7 +577,7 @@ async def update_node_details(
577
self._node_info.timestamp = timestamp
578
self._set_cache(CACHE_NODE_INFO_TIMESTAMP, timestamp)
579
580
- _LOGGER.debug("Saving Node calibration update to cache for %s", self.mac)
+ _LOGGER.debug("Saving Node info update to cache for %s", self.mac)
581
await self.save_cache()
582
if timestamp is not None and timestamp > datetime.now(tz=UTC) - timedelta(
583
minutes=5
0 commit comments