Clean up connection classes in integrations P-S (#49893)
This commit is contained in:
parent
64c7d84108
commit
8eb27374c6
57 changed files with 3 additions and 61 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue