Remove CONNECTION_CLASS from Yale Smart Alarm ConfigFlow (#53629)

This commit is contained in:
Milan Meulemans 2021-07-28 18:58:45 +02:00 committed by GitHub
parent deb47517ca
commit 03308b62c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@ class YaleConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
"""Handle a config flow for Yale integration."""
VERSION = 1
CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL
entry: config_entries.ConfigEntry