From ba81a1a5805e0560163a2a775cfa2f21bbf62a3a Mon Sep 17 00:00:00 2001 From: Dennis Ham Date: Fri, 18 Jun 2021 11:57:09 +0200 Subject: [PATCH] Update buienradar.markdown (#18220) * Update buienradar.markdown The wind gust sensor gives values in km/h, not m/s. Haven't tested, but my guess is that all speed sensors are in km/h * Update buienradar.markdown --- source/_integrations/buienradar.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/buienradar.markdown b/source/_integrations/buienradar.markdown index 71f2e00564f..a69e68fe282 100644 --- a/source/_integrations/buienradar.markdown +++ b/source/_integrations/buienradar.markdown @@ -62,7 +62,7 @@ The following entities will be created: - **Wind azimuth**: Where the wind is coming from in degrees, with true north at 0° and progressing clockwise. - **Pressure**: "The sea-level air pressure in [hPa](https://en.wikipedia.org/wiki/Hectopascal)." - **Visibility**: "Visibility in meters ([m](https://en.wikipedia.org/wiki/Metre))." -- **Wind gust**: "The wind speed of wind gusts ([m/s](https://en.wikipedia.org/wiki/M/s))." +- **Wind gust**: "The wind speed of wind gusts ([km/h](https://en.wikipedia.org/wiki/Kilometres_per_hour))." - **Precipation**: The amount of precipitation/rain in mm/h. - **Precipation forecast average**: The average expected precipitation/rain in mm/h within the given time-frame. - **Precipation forecast total**: The total expected precipitation/rain in mm within the given time-frame. The total expected rain in the configured time-frame will be equal to _precipitation_forecast_total_/_timeframe_ mm/min. So, with time-frame configured to 30 minutes and a value of 5, the expected rain is 5 mm in 30 minutes, which is the same as 10 mm/h. If time-frame is set to 90 minutes and a value of 5, the expected rain is 5 mm in 90 minutes, which is equal to 3.3 mm/h.