From b7a34be397bbb65b8b85c74e839dd0bf35b6b915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 22 Feb 2023 12:33:17 +0100 Subject: [PATCH] Remove `CONNECTION_CLASS ` on config flow class This was moved to the manifest file a looooooong time ago. --- custom_components/integration_blueprint/config_flow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/integration_blueprint/config_flow.py b/custom_components/integration_blueprint/config_flow.py index d637a05..a474163 100644 --- a/custom_components/integration_blueprint/config_flow.py +++ b/custom_components/integration_blueprint/config_flow.py @@ -20,7 +20,6 @@ class BlueprintFlowHandler(config_entries.ConfigFlow, domain=DOMAIN): """Config flow for Blueprint.""" VERSION = 1 - CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL async def async_step_user( self,