We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb9dc7 commit b71e1efCopy full SHA for b71e1ef
plugwise/helper.py
@@ -855,7 +855,7 @@ def _scan_thermostats(self) -> None:
855
self._existing_zones = self._new_zones
856
self._new_zones = []
857
858
- def _match_and_rank_thermostats(self) -> dict[str, ThermoLoc]:
+ def _match_and_rank_thermostats(self) -> None:
859
"""Helper-function for _scan_thermostats().
860
861
Match thermostat-appliances with locations, rank them for locations with multiple thermostats.
0 commit comments