spelling: components/eafm (#64257)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-17 09:10:38 -05:00 committed by GitHub
parent 80b367b446
commit 34f0ec0e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
"""Support for guages from flood monitoring API."""
"""Support for gauges from flood monitoring API."""
from datetime import timedelta
import logging
@ -48,7 +48,7 @@ async def async_setup_entry(
measurements = set()
async def async_update_data():
# DataUpdateCoordinator will handle aiohttp ClientErrors and timouts
# DataUpdateCoordinator will handle aiohttp ClientErrors and timeouts
async with async_timeout.timeout(30):
data = await get_station(session, station_key)