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 787dc15 commit 5dc45e4Copy full SHA for 5dc45e4
plugwise/__init__.py
@@ -63,7 +63,7 @@ def __init__(
63
64
self._cooling_present = False
65
self._elga = False
66
- self._gateway_id: str = ""
+ self._gateway_id: dict[str, str] = {}
67
self._is_thermostat = False
68
self._last_active: dict[str, str | None] = {}
69
self._loc_data: dict[str, ThermoLoc] = {}
0 commit comments