diff --git a/homeassistant/components/buienradar/camera.py b/homeassistant/components/buienradar/camera.py index e68b096ca0..bbd24ea996 100644 --- a/homeassistant/components/buienradar/camera.py +++ b/homeassistant/components/buienradar/camera.py @@ -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. diff --git a/homeassistant/components/buienradar/sensor.py b/homeassistant/components/buienradar/sensor.py index 784caae261..2f3e60b064 100644 --- a/homeassistant/components/buienradar/sensor.py +++ b/homeassistant/components/buienradar/sensor.py @@ -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