Skip to content

Commit 18c6c20

Browse files
committed
Fix
1 parent eace9b3 commit 18c6c20

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
@@ -767,7 +767,7 @@ def _presets(self, loc_id: str) -> dict[str, list[float]]:
767767

768768
return presets
769769

770-
def _rule_ids_by_name(self, name: str, loc_id: str) -> dict[str, dict[str, str]]:
770+
def _rule_ids_by_name(self, name: str, loc_id: str) -> dict[str, str]:
771771
"""Helper-function for _presets().
772772
773773
Obtain the rule_id from the given name and and provide the location_id, when present.

0 commit comments

Comments
 (0)