spelling: components/fronius (#64274)

pull/64297/head
Josh Soref 2022-01-17 07:50:50 -05:00 committed by GitHub
parent 9eb447c16f
commit a6503406a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)