Clean up connection classes in integrations H-L (#49891)

This commit is contained in:
Franck Nijhof 2021-05-01 09:02:53 +02:00 committed by GitHub
parent e652ff3a6a
commit 10d6dfd4ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 1 additions and 45 deletions

View file

@ -9,7 +9,6 @@ class SimpleConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
"""Handle a config flow for local_ip."""
VERSION = 1
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL
async def async_step_user(self, user_input=None):
"""Handle the initial step."""