Skip to content

Commit b71e1ef

Browse files
committed
Typing and other fixes
1 parent fbb9dc7 commit b71e1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ def _scan_thermostats(self) -> None:
855855
self._existing_zones = self._new_zones
856856
self._new_zones = []
857857

858-
def _match_and_rank_thermostats(self) -> dict[str, ThermoLoc]:
858+
def _match_and_rank_thermostats(self) -> None:
859859
"""Helper-function for _scan_thermostats().
860860
861861
Match thermostat-appliances with locations, rank them for locations with multiple thermostats.

0 commit comments

Comments
 (0)