From cdd54b365a4da8e4f143777f1386a2398f656ed1 Mon Sep 17 00:00:00 2001 From: Milan Meulemans Date: Fri, 31 Dec 2021 11:06:30 +0100 Subject: [PATCH] Remove deprecated Connection class from octoprint ConfigFlow (#63117) --- homeassistant/components/octoprint/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/octoprint/config_flow.py b/homeassistant/components/octoprint/config_flow.py index 6e6301a0ce5..63b879c4f80 100644 --- a/homeassistant/components/octoprint/config_flow.py +++ b/homeassistant/components/octoprint/config_flow.py @@ -40,7 +40,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN): """Handle a config flow for OctoPrint.""" VERSION = 1 - CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL + api_key_task = None def __init__(self) -> None: