Add pressure forecast to weather entity model (#768)

https://github.com/home-assistant/architecture/issues/467
This commit is contained in:
bchastain 2021-01-09 07:59:12 -06:00 committed by GitHub
parent b67d6c8705
commit d75b6ae0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.