Cleanup unused import in somfy_mylink config flow (#124709)

pull/124711/head
epenet 2024-08-27 16:04:00 +02:00 committed by GitHub
parent 53479b5924
commit f802611359
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -116,11 +116,6 @@ class SomfyConfigFlow(ConfigFlow, domain=DOMAIN):
errors=errors, 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 @staticmethod
@callback @callback
def async_get_options_flow( def async_get_options_flow(