Clean up connection classes in integrations M-O (#49892)
This commit is contained in:
parent
10d6dfd4ae
commit
a6206b2819
36 changed files with 3 additions and 47 deletions
|
@ -14,7 +14,6 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
"""Handle a config flow for Mullvad VPN."""
|
||||
|
||||
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