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 2f11172 commit 020295cCopy full SHA for 020295c
plugwise/helper.py
@@ -288,17 +288,15 @@ def __init__(self):
288
self._outdoor_temp: float = None
289
self._is_thermostat: bool = False
290
self._multi_thermostats: bool = False
291
- self._thermo_locs: dict[str, Any] = {}
292
-
293
self._smile_legacy: bool = False
294
self._stretch_v2: bool = False
295
self._stretch_v3: bool = False
+ self._thermo_locs: dict[str, Any] = {}
296
297
self.cooling_active: bool = False
298
self.gateway_id: str = None
299
self.gw_data: dict[str, Any] = {}
300
self.gw_devices: dict[str, Any] = {}
301
302
self.smile_name: str = None
303
self.smile_type: str = None
304
self.smile_version: list[str] = []
0 commit comments