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 b21ace7 commit 8d9fcaaCopy full SHA for 8d9fcaa
plugwise_usb/network/cache.py
@@ -58,8 +58,10 @@ async def restore_cache(self) -> None:
58
node_type = None
59
60
if node_type in (None, NodeType.CIRCLE_PLUS):
61
- _LOGGER.warning(
62
- "Invalid NodeType in cache for mac %s: %s", mac, node_value
+ _LOGGER.info(
+ "Invalid NodeType %s found in cache for mac %s, ignoring...",
63
+ node_value,
64
+ mac,
65
)
66
continue
67
self._nodetypes[mac] = node_type
0 commit comments