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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: