Clean up connection classes in integrations T-Z (#49894)

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

View file

@ -82,7 +82,6 @@ class TuyaConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
"""Handle a tuya config flow."""
VERSION = 1
CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL
def __init__(self):
"""Initialize flow."""