Skip to content

Commit 15a7115

Browse files
committed
Re-enable init
1 parent b0d4822 commit 15a7115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __init__(self) -> None:
9898
self._loc_data: dict[str, ThermoLoc]
9999
self._schedule_old_states: dict[str, dict[str, str]]
100100
self._gateway_id: str = NONE
101-
# self._zones: dict[str, GwEntityData]
101+
self._zones: dict[str, GwEntityData]
102102
self.gw_entities: dict[str, GwEntityData] = {}
103103
self.smile: Munch = Munch()
104104

0 commit comments

Comments
 (0)