mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
spelling: components/flick_electric (#64262)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
87cdd973d9
commit
a916e4b146
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user