We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0488f9 commit 1556d02Copy full SHA for 1556d02
1 file changed
plugwise_usb/nodes/__init__.py
@@ -67,7 +67,7 @@ def __init__(
67
self._send = controller.send
68
self._cache_enabled: bool = False
69
self._cache_save_task: Task | None = None
70
- self._node_cache = NodeCache("")
+ self._node_cache = NodeCache(mac, "")
71
72
# Sensors
73
self._available: bool = False
0 commit comments