Clean up connection classes in integrations A-C (#49888)
This commit is contained in:
parent
184602e267
commit
d4d0b93d3b
38 changed files with 5 additions and 47 deletions
|
@ -48,7 +48,6 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
"""Handle a config flow for AirNow."""
|
||||
|
||||
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