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.