Skip to content

Commit 272bcc9

Browse files
committed
Fix another typing definition
1 parent e70deda commit 272bcc9

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
@@ -1482,7 +1482,7 @@ def _schedules(self, location: str) -> tuple[list[str], str]:
14821482
NEW: when a location_id is present then the schedule is active. Valid for both Adam and non-legacy Anna.
14831483
"""
14841484
available: list[str] = [NONE]
1485-
rule_ids: dict[str, str] = {}
1485+
rule_ids: dict[str, dict[str, str]] = {}
14861486
selected = NONE
14871487

14881488
# Legacy Anna schedule, only one schedule allowed

0 commit comments

Comments
 (0)