mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 10:56:28 +00:00
Add pressure forecast to weather entity model (#768)
https://github.com/home-assistant/architecture/issues/467
This commit is contained in:
parent
b67d6c8705
commit
d75b6ae0ad
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user