From f6958b23b7bb4f41890ee1753eba8c1ff79dacfe Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:11:00 +0200 Subject: [PATCH] Weather state: add descriptions (#34804) --- source/_integrations/weather.markdown | 32 +++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/source/_integrations/weather.markdown b/source/_integrations/weather.markdown index 387ffd05469..6b7810e539b 100644 --- a/source/_integrations/weather.markdown +++ b/source/_integrations/weather.markdown @@ -23,27 +23,27 @@ Home Assistant currently supports free web services some of which require regist ## State and state attributes -A weather {% term entity %}'s state is used to indicate the current overall conditions, e.g. 'cloudy' or 'sunny'. +A weather {% term entity %}'s state is used to indicate the current overall conditions, such as 'cloudy' or 'sunny'. ### Condition mapping The `weather` {% term entity %} can provide the conditions listed below as its state: -- 'clear-night' -- 'cloudy' -- 'fog' -- 'hail' -- 'lightning' -- 'lightning-rainy' -- 'partlycloudy' -- 'pouring' -- 'rainy' -- 'snowy' -- 'snowy-rainy' -- 'sunny' -- 'windy' -- 'windy-variant' -- 'exceptional' +- **Clear-night**: The sky is clear during the night. +- **Cloudy**: There are many clouds in the sky. +- **Fog**: There is a thick mist or fog reducing visibility. +- **Hail**: Hailstones are falling. +- **Lightning**: Lightning/thunderstorms are occurring. +- **Lightning-rainy**: Lightning/thunderstorm is occurring along with rain. +- **Partly cloudy**: The sky is partially covered with clouds. +- **Pouring**: It is raining heavily. +- **Rainy**: It is raining. +- **Snowy**: It is snowing. +- **Snowy-rainy**: It is snowing and raining at the same time. +- **Sunny**: The sky is clear and the sun is shining. +- **Windy**: It is windy. +- **Windy-variant**: It is windy and cloudy. +- **Exceptional**: Exceptional weather conditions are occurring. ### State attributes