Clean up connection classes in integrations P-S (#49893)
This commit is contained in:
parent
64c7d84108
commit
8eb27374c6
57 changed files with 3 additions and 61 deletions
|
@ -24,7 +24,6 @@ class SpiderConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
"""Handle a Spider config flow."""
|
||||
|
||||
VERSION = 1
|
||||
CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL
|
||||
|
||||
def __init__(self):
|
||||
"""Initialize the Spider flow."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue