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 af52ce7 commit c3841deCopy full SHA for c3841de
plugwise/helper.py
@@ -856,7 +856,7 @@ def _scan_thermostats(self) -> None:
856
self._existing_zones = self._new_zones
857
self._new_zones = []
858
859
- def _match_and_rank_thermostats(self) -> dict[str, ThermoLoc]:
+ def _match_and_rank_thermostats(self) -> None:
860
"""Helper-function for _scan_thermostats().
861
862
Match thermostat-appliances with locations, rank them for locations with multiple thermostats.
0 commit comments