spelling: components/flick_electric (#64262)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
pull/63824/head
Josh Soref 2022-01-17 09:16:13 -05:00 committed by GitHub
parent 87cdd973d9
commit a916e4b146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class HassFlickAuth(AbstractFlickAuth):
"""Implementation of AbstractFlickAuth based on a Home Assistant entity config."""
def __init__(self, hass: HomeAssistant, entry: ConfigEntry) -> None:
"""Flick authention based on a Home Assistant entity config."""
"""Flick authentication based on a Home Assistant entity config."""
super().__init__(aiohttp_client.async_get_clientsession(hass))
self._entry = entry
self._hass = hass