Clean up connection classes in integrations P-S (#49893)

This commit is contained in:
Franck Nijhof 2021-05-01 09:04:44 +02:00 committed by GitHub
parent 64c7d84108
commit 8eb27374c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 3 additions and 61 deletions

View file

@ -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."""