We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547f759 commit 2c27d7bCopy full SHA for 2c27d7b
1 file changed
plugwise/helper.py
@@ -801,9 +801,6 @@ def _scan_thermostats(self) -> None:
801
for location_id, location in self._loc_data.items():
802
if location["primary_prio"] != 0:
803
self._new_zones.append(location_id)
804
- if location_id in self._existing_zones:
805
- continue
806
-
807
self._zones[location_id] = {
808
"dev_class": "climate",
809
"model": "ThermoZone",
0 commit comments