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 89e69c2 commit 4cb8909Copy full SHA for 4cb8909
plugwise/helper.py
@@ -749,7 +749,6 @@ def _match_locations(self) -> dict[str, ThermoLoc]:
749
Match appliances with locations.
750
"""
751
matched_locations: dict[str, ThermoLoc] = {}
752
-
753
for location_id, location_details in self._loc_data.items():
754
for appliance_details in self._appl_data.values():
755
if appliance_details["location"] == location_id:
0 commit comments