diff --git a/homeassistant/components/rachio/switch.py b/homeassistant/components/rachio/switch.py index 7a3062871e0..1f8401c9e0f 100644 --- a/homeassistant/components/rachio/switch.py +++ b/homeassistant/components/rachio/switch.py @@ -350,7 +350,7 @@ class RachioSchedule(RachioSwitch): def _handle_update(self, *args, **kwargs) -> None: """Handle incoming webhook schedule data.""" - # Schedule ID not passed when running indvidual zones, so we catch that error + # Schedule ID not passed when running individual zones, so we catch that error try: if args[0][KEY_SCHEDULE_ID] == self.schedule_id: if args[0][KEY_SUBTYPE] in [SUBTYPE_SCHEDULE_STARTED]: