mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
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:
parent
6e346cd578
commit
d05883210d
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user