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
This commit is contained in:
Bas Schipper 2017-06-24 07:56:02 +02:00 committed by Paulus Schoutsen
parent 6e346cd578
commit d05883210d

View File

@ -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
```