From d05883210d73091dc5db53eb0d9eb0be50367b6c Mon Sep 17 00:00:00 2001 From: Bas Schipper Date: Sat, 24 Jun 2017 07:56:02 +0200 Subject: [PATCH] Added documentation for the buienradar precipitation forecast average & total sensors (#2878) * Added precipitation forecast average & total sensors * Added documentation for the buienradar precipitation forecast average & total sensors --- source/_components/sensor.buienradar.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/sensor.buienradar.markdown b/source/_components/sensor.buienradar.markdown index 94d354fbd56..351e7ce3e13 100644 --- a/source/_components/sensor.buienradar.markdown +++ b/source/_components/sensor.buienradar.markdown @@ -35,6 +35,7 @@ Configuration variables: - **latitude** (*Optional*): Latitude to use for selection of data source location. Longitude and latitude will be taken from Home Assistant configuration, but can be overridden/changed in this component to select a different location for buienradar. - **longitude** (*Optional*): Longitude to use for selection of data source location. Longitude & latitude will be taken from Home Assistant configuration, but can be overridden/changed in this component to select a different location for buienradar. +- **timeframe** (*Optional*): Minutes to look ahead for precipitation (5..120) [default: 60]. - **monitored_conditions** array (*Required*): One or more conditions to display in the frontend. - **stationname**: The name of the selected meteo-station. - **symbol**: A symbol for the current weather. @@ -50,6 +51,8 @@ Configuration variables: - **windgust**: The windspeed of wind gusts (m/s). - **precipitation**: The amount of precipitation/rain in mm/h. - **irradiance**: Sun intensity in Watt per square meter (W/m2). + - **precipitation_forecast_average**: The average expected precipitation/rain in mm/h within the given timeframe. + - **precipitation_forecast_total**: The total expected precipitation/rain in mm/h within the given timeframe. Full configuration example where location is manually specified: @@ -73,5 +76,7 @@ Full configuration example where location is manually specified: - windgust - precipitation - irradiance + - precipitation_forecast_average + - precipitation_forecast_total ```