File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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."""
You can’t perform that action at this time.
0 commit comments