Remove deprecated Connection class from octoprint ConfigFlow (#63117)

This commit is contained in:
Milan Meulemans
2021-12-31 11:06:30 +01:00
committed by GitHub
parent 04e8e84058
commit cdd54b365a

View File

@@ -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: