mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 07:47:08 +00:00
Remove unused config flow import step (#131379)
Remove unused config flow import removed in #130783
This commit is contained in:
parent
34df6ef64c
commit
0d14005602
@ -86,7 +86,3 @@ class OAuth2FlowHandler(
|
|||||||
|
|
||||||
self._abort_if_unique_id_configured()
|
self._abort_if_unique_id_configured()
|
||||||
return self.async_create_entry(title=profile.display_name, data=data)
|
return self.async_create_entry(title=profile.display_name, data=data)
|
||||||
|
|
||||||
async def async_step_import(self, import_data: dict[str, Any]) -> ConfigFlowResult:
|
|
||||||
"""Handle import from YAML."""
|
|
||||||
return await self.async_oauth_create_entry(import_data)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user