From bc4bd5ef80d9354a2ae82c658ee7eea5d37dd93b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 28 Apr 2022 20:40:28 +0200 Subject: [PATCH] Add visibility (#22563) --- source/_integrations/openweathermap.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/openweathermap.markdown b/source/_integrations/openweathermap.markdown index 3b3815fff58..f45b2fc8f37 100644 --- a/source/_integrations/openweathermap.markdown +++ b/source/_integrations/openweathermap.markdown @@ -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). |