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 79ca903 commit 97d341aCopy full SHA for 97d341a
plugwise/helper.py
@@ -836,7 +836,7 @@ def _scan_thermostats(self) -> None:
836
self._existing_zones = self._new_zones
837
self._new_zones = []
838
839
- def _match_and_rank_thermostats(self) -> dict[str, ThermoLoc]:
+ def _match_and_rank_thermostats(self) -> None:
840
"""Helper-function for _scan_thermostats().
841
842
Match thermostat-appliances with locations, rank them for locations with multiple thermostats.
@@ -852,7 +852,7 @@ def _rank_thermostat(
852
entity_id: str,
853
entity: GwEntityData,
854
location_id: str,
855
- location: dict[str, ThermoLoc],
+ location: ThermoLoc,
856
thermo_matching: dict[str, int],
857
) -> None:
858
0 commit comments