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

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