Skip to content

Commit a11a845

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

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
@@ -799,9 +799,6 @@ def _scan_thermostats(self) -> None:
799799
for location_id, location in self._loc_data.items():
800800
if location["primary_prio"] != 0:
801801
self._new_zones.append(location_id)
802-
if location_id in self._existing_zones:
803-
continue
804-
805802
self._zones[location_id] = {
806803
"dev_class": "climate",
807804
"model": "ThermoZone",

0 commit comments

Comments
 (0)