Add wind gust

This commit is contained in:
Fabian Affolter 2018-10-24 22:26:58 +02:00
parent 3bf81fb613
commit 7447ff87b6
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -93,6 +93,7 @@ Configuration variables:
- **apparent_temperature**: A numerical value representing the apparent (or "feels like") temperature. - **apparent_temperature**: A numerical value representing the apparent (or "feels like") temperature.
- **dew_point**: The dew point. - **dew_point**: The dew point.
- **wind_speed**: The wind speed. - **wind_speed**: The wind speed.
- **wind_gust**: The wind gust.
- **wind_bearing**: Where the wind is coming from in degrees, with true north at 0° and progressing clockwise. - **wind_bearing**: Where the wind is coming from in degrees, with true north at 0° and progressing clockwise.
- **cloud_cover**: The percentage of sky occluded by clouds. - **cloud_cover**: The percentage of sky occluded by clouds.
- **humidity**: The relative humidity. - **humidity**: The relative humidity.