From df86668dfc3f1db739a68f4dff119dc083c8a3c1 Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Mon, 9 Mar 2020 08:40:08 +0000 Subject: [PATCH] Correct grammatical error in CUSTOM_WARNING (#32569) --- homeassistant/loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/loader.py b/homeassistant/loader.py index 4c46d437760..155dd0e059d 100644 --- a/homeassistant/loader.py +++ b/homeassistant/loader.py @@ -45,7 +45,7 @@ CUSTOM_WARNING = ( "You are using a custom integration for %s which has not " "been tested by Home Assistant. This component might " "cause stability problems, be sure to disable it if you " - "do experience issues with Home Assistant." + "experience issues with Home Assistant." ) _UNDEF = object()