mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update sensor.buienradar.markdown (#13472)
This commit is contained in:
parent
b82d971f2c
commit
b2b3dbc4f1
@ -158,36 +158,36 @@ Full configuration example (excluding forecasted conditions) where location is m
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
- platform: buienradar
|
- platform: buienradar
|
||||||
name: 'volkel'
|
name: 'volkel'
|
||||||
# Force 'Meetstation Volkel' to be used:
|
# Force 'Meetstation Volkel' to be used:
|
||||||
latitude: 51.65
|
latitude: 51.65
|
||||||
longitude: 5.70
|
longitude: 5.70
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- stationname
|
- stationname
|
||||||
- barometerfc
|
- barometerfc
|
||||||
- barometerfcname
|
- barometerfcname
|
||||||
- conditioncode
|
- conditioncode
|
||||||
- condition
|
- condition
|
||||||
- conditiondetailed
|
- conditiondetailed
|
||||||
- conditionexact
|
- conditionexact
|
||||||
- symbol
|
- symbol
|
||||||
- feeltemperature
|
- feeltemperature
|
||||||
- humidity
|
- humidity
|
||||||
- temperature
|
- temperature
|
||||||
- groundtemperature
|
- groundtemperature
|
||||||
- windspeed
|
- windspeed
|
||||||
- windforce
|
- windforce
|
||||||
- winddirection
|
- winddirection
|
||||||
- windazimuth
|
- windazimuth
|
||||||
- pressure
|
- pressure
|
||||||
- visibility
|
- visibility
|
||||||
- windgust
|
- windgust
|
||||||
- precipitation
|
- precipitation
|
||||||
- irradiance
|
- irradiance
|
||||||
- precipitation_forecast_average
|
- precipitation_forecast_average
|
||||||
- precipitation_forecast_total
|
- precipitation_forecast_total
|
||||||
- rainlast24hour
|
- rainlast24hour
|
||||||
- rainlasthour
|
- rainlasthour
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration example with current condition and (some) forecasted values:
|
Configuration example with current condition and (some) forecasted values:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user