Deprecate YAML config for AirVisual (0.119 removal) (#42581)
This commit is contained in:
parent
6c5ef0970a
commit
3707b72a37
3 changed files with 21 additions and 79 deletions
|
@ -146,10 +146,6 @@ class AirVisualFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
data={**user_input, CONF_INTEGRATION_TYPE: INTEGRATION_TYPE_GEOGRAPHY},
|
||||
)
|
||||
|
||||
async def async_step_import(self, import_config):
|
||||
"""Import a config entry from configuration.yaml."""
|
||||
return await self.async_step_geography(import_config)
|
||||
|
||||
async def async_step_node_pro(self, user_input=None):
|
||||
"""Handle the initialization of the integration with a Node/Pro."""
|
||||
if not user_input:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue