From 7120908fdd627b919c7d755d816248bc50748e14 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 9 Jun 2022 15:48:53 +0200 Subject: [PATCH] improving the documentation for Buienradar condition codes (#23040) Co-authored-by: Franck Nijhof --- source/_integrations/buienradar.markdown | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/source/_integrations/buienradar.markdown b/source/_integrations/buienradar.markdown index 19d87629425..0e3129eeaf9 100644 --- a/source/_integrations/buienradar.markdown +++ b/source/_integrations/buienradar.markdown @@ -48,7 +48,25 @@ The following entities will be created: - **Station name**: The name of the selected meteo-station - **Barometer forecast**: A numeric barometric forecast (1 to 7) - **Barometer forecast name**: A textual representation of the barometer forecast (eg: Thunderstorms, Stable, etc.) -- **Condition code**: A symbol and a unique code identifying the current weather condition (`[a..z]`) +- **Condition code**: A symbol and a unique code identifying the current weather condition + * `a`: sunny/clear + * `b`: Mix of clear and medium or low clouds + * `j`: Mix of clear and high clouds + * `o/r`: Partly cloudy (increasing character increases the condition) + * `c`: Heavily clouded + * `p`: Cloudy + * `d`: Alternating cloudy with local fog + * `n`: Clear and local mist or fog + * `f`: Alternatingly cloudy with some light rain + * `h/k/l`: rainy (increasing character increases the condition) + * `q`: Heavily clouded with rain + * `w`: Heavily clouded with rain and winter precipitation + * `m`: Heavily clouded with some light rain + * `u`: Cloudy with light snow + * `i/v`: Heavily clouded with light snowfall (increasing character increases the condition) + * `t`: (Heavy snowfall) + * `g`: (Clear with (possibly) some heavy lightning) + * `s`: (Cloudy with (possibly) some heavy (thunderstorms) showers) - **Condition**: A symbol and the current weather condition (`clear`, `cloudy`, `fog`, `rainy`, `snowy` or `lightning`) - **Condition detailed**: A symbol and detailed current weather condition (`clear`, `partlycloudy`, `cloudy`, `partlycloudy-fog`, `partlycloudy-light-rain`, `partlycloudy-rain`, `light-rain`, `rainy`, `snowy-rainy`, `partlycloudy-light-snow`, `partlycloudy-snow`, `light-snow`, `snowy`, `partlycloudy-lightning` or `lightning`) - **Condition exact**: A symbol with the full current weather condition (in English)