We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad2fb9 commit f86812cCopy full SHA for f86812c
1 file changed
plugwise_usb/network/cache.py
@@ -57,7 +57,7 @@ async def restore_cache(self) -> None:
57
except ValueError:
58
node_type = None
59
60
- if node_type is None:
+ if node_type in (None, NodeType.CIRCLE_PLUS):
61
_LOGGER.warning(
62
"Invalid NodeType in cache for mac %s: %s", mac, node_value
63
)
0 commit comments