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 e989294 commit f178adbCopy full SHA for f178adb
plugwise/helper.py
@@ -806,8 +806,7 @@ def _match_and_rank_thermostats(self) -> dict[str, ThermoLoc]:
806
"thermostatic_radiator_valve": 1,
807
}
808
for location_id, location_details in self._loc_data.items():
809
- # for gw_entity_details in self.gw_entities.values():
810
- for entity_id, entity in self.gw_entities.items():
+ for entity in self.gw_entities.values():
811
if entity["location"] == location_id:
812
location_details.update(
813
{"primary": [], "primary_prio": 0, "secondary": []}
0 commit comments