mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Weather state: add descriptions (#34804)
This commit is contained in:
parent
d4775e7ce3
commit
f6958b23b7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user