From 7447ff87b6231a30cce50d97dcde8cf021a57329 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 24 Oct 2018 22:26:58 +0200 Subject: [PATCH] Add wind gust --- source/_components/sensor.darksky.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.darksky.markdown b/source/_components/sensor.darksky.markdown index 919b6566dfa..55d6398f8df 100644 --- a/source/_components/sensor.darksky.markdown +++ b/source/_components/sensor.darksky.markdown @@ -93,6 +93,7 @@ Configuration variables: - **apparent_temperature**: A numerical value representing the apparent (or "feels like") temperature. - **dew_point**: The dew point. - **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. - **cloud_cover**: The percentage of sky occluded by clouds. - **humidity**: The relative humidity.