Skip to content

Commit a3df547

Browse files
committed
Try
1 parent 622f099 commit a3df547

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

plugwise/helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def __init__(self) -> None:
9797
self._loc_data: dict[str, ThermoLoc]
9898
self._schedule_old_states: dict[str, dict[str, str]]
9999
self._gateway_id: str = NONE
100-
self._zones: dict[str, GwEntityData]
101-
self.gw_entities: dict[str, GwEntityData]
100+
# self._zones: dict[str, GwEntityData]
101+
self.gw_entities: dict[str, GwEntityData] = {}
102102
self.smile: Munch = Munch()
103103

104104
@property

plugwise/smile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ def __init__(
8888
self.smile = smile
8989
self.therms_with_offset_func: list[str] = []
9090

91-
self._zones = {}
92-
self.gw_entities = {}
93-
9491
@property
9592
def cooling_present(self) -> bool:
9693
"""Return the cooling capability."""

0 commit comments

Comments
 (0)