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.
is_thermostat_gateway
1 parent 27fff34 commit 396bb0aCopy full SHA for 396bb0a
plugwise/smile.py
@@ -73,7 +73,6 @@ def _all_device_data(self) -> None:
73
74
self.gw_data["smile_name"] = self.smile_name
75
self.gw_data["gateway_id"] = self.gateway_id
76
- self.gw_data["is_thermostat_gateway"] = self._is_thermostat
77
if self._is_thermostat:
78
self.gw_data["heater_id"] = self._heater_id
79
self.gw_data["cooling_present"] = self._cooling_present
0 commit comments