mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Remove unused config flow step
This commit is contained in:
@@ -28,10 +28,6 @@ class TileFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
step_id="user", data_schema=self.data_schema, errors=errors or {}
|
||||
)
|
||||
|
||||
async def async_step_import(self, import_config):
|
||||
"""Import a config entry from configuration.yaml."""
|
||||
return await self.async_step_user(import_config)
|
||||
|
||||
async def async_step_user(self, user_input=None):
|
||||
"""Handle the start of the config flow."""
|
||||
if not user_input:
|
||||
|
Reference in New Issue
Block a user