Weather entity: air pressure fixes (#43)

This commit is contained in:
c727 2018-06-27 15:44:25 +02:00 committed by GitHub
parent d9b12a511d
commit 34f8d47a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ sidebar_label: Weather
| ---- | ---- | ------- | -----------
| state | string | **Required** | The current weather condition.
| temperature | float | **Required** | The current temperature in °C or °F.
| air_pressure | float | `None` | The current air pressure in hPa.
| pressure | float | `None` | The current air pressure in hPa or inHg.
| humidity | float | `None` | The current humidity in %.
| visibility | float | `None` | The current visibility in km or mi.
| wind_speed | float | `None` | The current wind speed in km/h or mi/h.