From 715ec65119b797bc0086e3303915525bc64d6928 Mon Sep 17 00:00:00 2001 From: carstenschroeder Date: Sat, 22 May 2021 17:35:22 +0200 Subject: [PATCH] Adds Cloud Coverage to Forecast of Openweathermap (#17925) --- source/_integrations/openweathermap.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/openweathermap.markdown b/source/_integrations/openweathermap.markdown index a07bcd5d49f..f132f462f39 100644 --- a/source/_integrations/openweathermap.markdown +++ b/source/_integrations/openweathermap.markdown @@ -90,6 +90,7 @@ The time period these sensors use depends on the forecast mode selected when con | Condition | Description | | :----------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `forecast_cloud_coverage` | Cloudiness, %. | | `forecast_condition` | [Weather condition](https://developers.home-assistant.io/docs/core/entity/weather/#recommended-values-for-state-and-condition) for the forecast's time period. | | `forecast_precipitation` | Combined Rain and Snow volume for the forecast's time period, mm. | | `forecast_precipitation_probability` | Probability of precipitation for the forecast's time period. |