spelling: components/buienradar (#64235)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-17 09:40:49 -05:00 committed by GitHub
parent fcc9cf71cc
commit ac9aaadfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ class BuienradarCam(Camera):
"""
Return a still image response from the camera.
Uses ayncio conditions to make sure only one task enters the critical
Uses asyncio conditions to make sure only one task enters the critical
section at the same time. Otherwise, two http requests would start
when two tabs with Home Assistant are open.

View File

@ -735,7 +735,7 @@ class BrSensor(SensorEntity):
or sensor_type.endswith("_5d")
):
# update forcasting sensors:
# update forecasting sensors:
fcday = 0
if sensor_type.endswith("_2d"):
fcday = 1