mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
spelling: components/fronius (#64274)
This commit is contained in:
parent
9eb447c16f
commit
a6503406a4
@ -138,7 +138,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
async def async_step_confirm_discovery(
|
||||
self, user_input: dict[str, Any] | None = None
|
||||
) -> FlowResult:
|
||||
"""Attempt to confim."""
|
||||
"""Attempt to confirm."""
|
||||
title = create_title(self.info)
|
||||
if user_input is not None:
|
||||
return self.async_create_entry(title=title, data=self.info)
|
||||
|
Loading…
x
Reference in New Issue
Block a user