1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00

spelling: components/emonitor (#64251)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-17 09:28:57 -05:00 committed by GitHub
parent 2a7c808d38
commit 7c7807b5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
return await self.async_step_confirm()
async def async_step_confirm(self, user_input=None):
"""Attempt to confim."""
"""Attempt to confirm."""
if user_input is not None:
return self.async_create_entry(
title=self.discovered_info["title"],