We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0e307 commit 0e80479Copy full SHA for 0e80479
plugwise/helper.py
@@ -823,8 +823,6 @@ def _scan_thermostats(self) -> None:
823
return
824
825
self._match_and_rank_thermostats()
826
- # for location_id in self._new_locations:
827
- # location = self._loc_data[location_id]
828
for location_id, location in self._loc_data.items():
829
if location["primary_prio"] != 0:
830
self._new_zones.append(location_id)
0 commit comments