Skip to content

Commit 396bb0a

Browse files
committed
Also remove is_thermostat_gateway
1 parent 27fff34 commit 396bb0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/smile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def _all_device_data(self) -> None:
7373

7474
self.gw_data["smile_name"] = self.smile_name
7575
self.gw_data["gateway_id"] = self.gateway_id
76-
self.gw_data["is_thermostat_gateway"] = self._is_thermostat
7776
if self._is_thermostat:
7877
self.gw_data["heater_id"] = self._heater_id
7978
self.gw_data["cooling_present"] = self._cooling_present

0 commit comments

Comments
 (0)