mirror of
https://github.com/home-assistant/core.git
synced 2026-04-25 21:17:23 +00:00
Cleanup unused import in somfy_mylink config flow (#124709)
This commit is contained in:
@@ -116,11 +116,6 @@ class SomfyConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
errors=errors,
|
||||
)
|
||||
|
||||
async def async_step_import(self, user_input):
|
||||
"""Handle import."""
|
||||
self._async_abort_entries_match({CONF_HOST: user_input[CONF_HOST]})
|
||||
return await self.async_step_user(user_input)
|
||||
|
||||
@staticmethod
|
||||
@callback
|
||||
def async_get_options_flow(
|
||||
|
||||
Reference in New Issue
Block a user