Weather state: add descriptions (#34804)

This commit is contained in:
c0ffeeca7 2024-09-18 10:11:00 +02:00 committed by GitHub
parent d4775e7ce3
commit f6958b23b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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