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 b0d4822 commit 15a7115Copy full SHA for 15a7115
plugwise/helper.py
@@ -98,7 +98,7 @@ def __init__(self) -> None:
98
self._loc_data: dict[str, ThermoLoc]
99
self._schedule_old_states: dict[str, dict[str, str]]
100
self._gateway_id: str = NONE
101
- # self._zones: dict[str, GwEntityData]
+ self._zones: dict[str, GwEntityData]
102
self.gw_entities: dict[str, GwEntityData] = {}
103
self.smile: Munch = Munch()
104
0 commit comments