From 455cdef5be47ba3262a0f0121b84199e79581e65 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 22 Apr 2016 09:19:18 +0200 Subject: [PATCH] Update variables --- source/_components/sensor.forecast.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.forecast.markdown b/source/_components/sensor.forecast.markdown index 5aff293f785..adba318b9f2 100644 --- a/source/_components/sensor.forecast.markdown +++ b/source/_components/sensor.forecast.markdown @@ -50,7 +50,9 @@ Configuration variables: - **summary**: A human-readable text summary. - **precip_type**: The type of precipitation occurring. - **precip_intensity**: The average expected intensity of precipitation occurring. + - **precip_probability**: A value between 0 and 1 which is representing the probability of precipitation. - **temperature**: The current temperature. + - **apparent_temperature**: A numerical value representing the apparent (or "feels like") temperature. - **dew_point**: The dew point. - **wind_speed**: The wind speed. - **wind_bearing**: Where the wind is coming from in degrees, with true north at 0° and progressing clockwise.