Add visibility (#22563)

This commit is contained in:
Fabian Affolter 2022-04-28 20:40:28 +02:00 committed by GitHub
parent 9c17a23c7f
commit bc4bd5ef80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@ The Weather entity provides data only in English. Home Assistant automatically t
| `snow` | Snow volume for the last hour, mm. |
| `temperature` | Temperature, ºC. |
| `uv_index` | UV Index. |
| `visibility` | Average visibility, m. |
| `weather` | A human-readable description of the [weather condition](https://openweathermap.org/weather-conditions#Weather-Condition-Codes-2). |
| `weather_code` | ID of the [weather condition](https://openweathermap.org/weather-conditions#Weather-Condition-Codes-2). |
| `wind_bearing` | Wind direction, degrees (meteorological). |