From f5e9b9b3a8fce8716a4150576fe0993531429c69 Mon Sep 17 00:00:00 2001 From: brg468 Date: Mon, 30 Mar 2020 10:00:43 -0400 Subject: [PATCH] Fix typo --- homeassistant/components/rachio/switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]: