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 e5bc252 commit 9e93e3bCopy full SHA for 9e93e3b
plugwise_usb/nodes/node.py
@@ -74,7 +74,7 @@ def __init__(
74
self._cache_enabled: bool = False
75
self._cache_folder_create: bool = False
76
self._cache_save_task: Task[None] | None = None
77
- self._node_cache = NodeCache(mac, "")
+ self._node_cache = NodeCache(mac)
78
# Sensors
79
self._available: bool = False
80
self._connected: bool = False
0 commit comments