From 4880a1d55a12c5ae0f8456a828aff69819f791d5 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Tue, 15 Dec 2020 20:25:14 +0200 Subject: [PATCH] Change shelly CONNECTION_CLASS to CONN_CLASS_LOCAL_PUSH (#44260) Shelly integration is using local push since HA 0.118 --- homeassistant/components/shelly/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/shelly/config_flow.py b/homeassistant/components/shelly/config_flow.py index 88e01f04bc5..40ac452a9da 100644 --- a/homeassistant/components/shelly/config_flow.py +++ b/homeassistant/components/shelly/config_flow.py @@ -65,7 +65,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN): """Handle a config flow for Shelly.""" VERSION = 1 - CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL + CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_PUSH host = None info = None