Skip to content

Commit 5dc45e4

Browse files
committed
Try 7
1 parent 787dc15 commit 5dc45e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __init__(
6363

6464
self._cooling_present = False
6565
self._elga = False
66-
self._gateway_id: str = ""
66+
self._gateway_id: dict[str, str] = {}
6767
self._is_thermostat = False
6868
self._last_active: dict[str, str | None] = {}
6969
self._loc_data: dict[str, ThermoLoc] = {}

0 commit comments

Comments
 (0)