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