Skip to content

Commit 2c27d7b

Browse files
committed
Make sure to update all (thermo)zones as there can be changes in a zone too
1 parent 547f759 commit 2c27d7b

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
@@ -801,9 +801,6 @@ def _scan_thermostats(self) -> None:
801801
for location_id, location in self._loc_data.items():
802802
if location["primary_prio"] != 0:
803803
self._new_zones.append(location_id)
804-
if location_id in self._existing_zones:
805-
continue
806-
807804
self._zones[location_id] = {
808805
"dev_class": "climate",
809806
"model": "ThermoZone",

0 commit comments

Comments
 (0)