Skip to content

Commit 6ded92b

Browse files
committed
Fix spelling
1 parent 510ed27 commit 6ded92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ async def set_schedule_state(self, loc_id: str, name: str, state: str) -> None:
488488
In HA Core used to set the hvac_mode: in practice switch between schedule on - off.
489489
"""
490490
# Do nothing when name == None, meaning no schedule to activate / deactivate
491-
# Also, don't through a error, as do nothing is the correct action in this scenario.
491+
# Also, don't show an error, as doing nothing is the correct action in this scenario.
492492
if name is None:
493493
return
494494

0 commit comments

Comments
 (0)