Skip to content

Commit c3841de

Browse files
committed
Typing and other fixes
1 parent af52ce7 commit c3841de

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
@@ -856,7 +856,7 @@ def _scan_thermostats(self) -> None:
856856
self._existing_zones = self._new_zones
857857
self._new_zones = []
858858

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

0 commit comments

Comments
 (0)