From 59932545ab415f5ba66c4740ba8182cc415f2ab2 Mon Sep 17 00:00:00 2001 From: jjlawren Date: Thu, 13 Feb 2020 17:45:48 -0600 Subject: [PATCH] Update Plex connection class to push (#31806) --- homeassistant/components/plex/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/plex/config_flow.py b/homeassistant/components/plex/config_flow.py index d38d13c847e..0cbdd4679a9 100644 --- a/homeassistant/components/plex/config_flow.py +++ b/homeassistant/components/plex/config_flow.py @@ -52,7 +52,7 @@ class PlexFlowHandler(config_entries.ConfigFlow, domain=DOMAIN): """Handle a Plex config flow.""" VERSION = 1 - CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL + CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_PUSH @staticmethod @callback