Add missing condition strings (#35396)

This commit is contained in:
Jason Ellison 2024-10-26 13:33:43 +01:00 committed by GitHub
parent b831909279
commit a7fe9adace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,8 +34,8 @@ The `weather` {% term entity %} can provide the conditions listed below as its s
- **Fog**: There is a thick mist or fog reducing visibility. `fog`.
- **Hail**: Hailstones are falling. `hail`.
- **Lightning**: Lightning/thunderstorms are occurring. `lighting`.
- **Lightning, rainy**: Lightning/thunderstorm is occurring along with rain. ``.
- **Partly cloudy**: The sky is partially covered with clouds. ``.
- **Lightning, rainy**: Lightning/thunderstorm is occurring along with rain. `lightning-rainy`.
- **Partly cloudy**: The sky is partially covered with clouds. `partlycloudy`.
- **Pouring**: It is raining heavily. `pouring`.
- **Rainy**: It is raining. `rainy`.
- **Snowy**: It is snowing. `snowy`.