mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
spelling: components/buienradar (#64235)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
fcc9cf71cc
commit
ac9aaadfa7
@ -148,7 +148,7 @@ class BuienradarCam(Camera):
|
|||||||
"""
|
"""
|
||||||
Return a still image response from the 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
|
section at the same time. Otherwise, two http requests would start
|
||||||
when two tabs with Home Assistant are open.
|
when two tabs with Home Assistant are open.
|
||||||
|
|
||||||
|
@ -735,7 +735,7 @@ class BrSensor(SensorEntity):
|
|||||||
or sensor_type.endswith("_5d")
|
or sensor_type.endswith("_5d")
|
||||||
):
|
):
|
||||||
|
|
||||||
# update forcasting sensors:
|
# update forecasting sensors:
|
||||||
fcday = 0
|
fcday = 0
|
||||||
if sensor_type.endswith("_2d"):
|
if sensor_type.endswith("_2d"):
|
||||||
fcday = 1
|
fcday = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user