Skip to content

Commit a11de30

Browse files
committed
Make sure to update all (thermo)zones as there can be changes in a zone too
1 parent 0e80479 commit a11de30

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugwise/helper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -826,9 +826,6 @@ def _scan_thermostats(self) -> None:
826826
for location_id, location in self._loc_data.items():
827827
if location["primary_prio"] != 0:
828828
self._new_zones.append(location_id)
829-
if location_id in self._existing_zones:
830-
continue
831-
832829
self._zones[location_id] = {
833830
"dev_class": "climate",
834831
"model": "ThermoZone",

0 commit comments

Comments
 (0)