From d75b6ae0adf13bd5a50f61f4a038c8b3e7e3cd8b Mon Sep 17 00:00:00 2001 From: bchastain Date: Sat, 9 Jan 2021 07:59:12 -0600 Subject: [PATCH] Add pressure forecast to weather entity model (#768) https://github.com/home-assistant/architecture/issues/467 --- 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 fc1b3fe1..8f3ce5f1 100644 --- a/docs/core/entity/weather.md +++ b/docs/core/entity/weather.md @@ -37,6 +37,7 @@ Forecast data should either be daily or hourly. | templow | float | `None` | The lower daily Temperature in °C or °F | precipitation | float | `None` | The precipitation amount in mm or inch. | precipitation_probability | int | `None` | The probability of precipitation in %. +| pressure | float | `None` | The air pressure in hPa or inHg. | wind_bearing | float or string | `None` | The wind bearing in azimuth angle (degrees) or 1-3 letter cardinal direction. | wind_speed | int | `None` | The wind speed in km/h or mi/h.