Clean up connection classes in integrations M-O (#49892)

This commit is contained in:
Franck Nijhof 2021-05-01 09:03:37 +02:00 committed by GitHub
parent 10d6dfd4ae
commit a6206b2819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 3 additions and 47 deletions

View file

@ -29,7 +29,6 @@ class MikrotikFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
"""Handle a Mikrotik config flow."""
VERSION = 1
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL
@staticmethod
@callback