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 1a4850a commit 7b26ec7Copy full SHA for 7b26ec7
plugwise/smile.py
@@ -76,9 +76,6 @@ def _all_device_data(self) -> None:
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["active_device"] = (
80
- self._opentherm_device or self._on_off_device
81
- )
82
self.gw_data["cooling_present"] = self._cooling_present
83
84
def get_all_devices(self) -> None:
0 commit comments