Skip to content

Commit 7b26ec7

Browse files
committed
Remove active_device from gw_data, no longer used
1 parent 1a4850a commit 7b26ec7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugwise/smile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ def _all_device_data(self) -> None:
7676
self.gw_data["is_thermostat_gateway"] = self._is_thermostat
7777
if self._is_thermostat:
7878
self.gw_data["heater_id"] = self._heater_id
79-
self.gw_data["active_device"] = (
80-
self._opentherm_device or self._on_off_device
81-
)
8279
self.gw_data["cooling_present"] = self._cooling_present
8380

8481
def get_all_devices(self) -> None:

0 commit comments

Comments
 (0)