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 c9ea5b5 commit b8440f3Copy full SHA for b8440f3
plugwise_usb/nodes/circle_plus.py
@@ -38,7 +38,7 @@ async def load(self) -> bool:
38
if self._loaded:
39
return True
40
if self._cache_enabled:
41
- _LOGGER.debug("Loading Circle+ node %s from cache", self._node_info.mac)
+ _LOGGER.debug("Loading Circle+ node %s from cache", self._mac_in_str)
42
if await self._load_from_cache():
43
self._loaded = True
44
if not self._loaded:
0 commit comments