From 015d7a6e85db29db9e3e2429cb362a3866c98544 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 23 Jun 2023 00:22:20 +0200 Subject: [PATCH] Add humidity in Weather forecast (#1815) * Update weather.md * float --- docs/core/entity/weather.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/entity/weather.md b/docs/core/entity/weather.md index 4650c88d..1f3ff47b 100644 --- a/docs/core/entity/weather.md +++ b/docs/core/entity/weather.md @@ -53,6 +53,7 @@ Forecast data should either be daily or hourly. | native_dew_point | float | `None` | The dew point temperature in °C or °F | native_precipitation | float | `None` | The precipitation amount in mm or in. | precipitation_probability | int | `None` | The probability of precipitation in %. +| humidity | float | `None` | The humidity in %. | cloud_coverage | int | `None` | The cloud coverage in %. | native_pressure | float | `None` | The air pressure in hPa, mbar, inHg or mmHg. | wind_bearing | float or string | `None` | The wind bearing in azimuth angle (degrees) or 1-3 letter cardinal direction.