Remove deprecated Connection class from octoprint ConfigFlow (#63117)
This commit is contained in:
parent
04e8e84058
commit
cdd54b365a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue