mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Updated configuration examples (#6329)
Cleaned up configuration examples since they had names which was logical with old way of configuring. Removed scan interval in examples
This commit is contained in:
parent
d841bf706a
commit
52ef4c7b80
@ -28,7 +28,7 @@ To enable this sensor, add the following lines to your `configuration.yaml`.
|
||||
```yaml
|
||||
sensor:
|
||||
- platform: trafikverket_weatherstation
|
||||
name: Trafikverket Road WeatherStation Kungälv
|
||||
name: Trafikverket Kungälv
|
||||
api_key: eXXcbXXXacXXXXc39XX3aXXX4aXX46XX
|
||||
station: Kungälv
|
||||
monitored_conditions:
|
||||
@ -92,7 +92,7 @@ Click [here](https://www.trafikverket.se/trafikinformation/vag/?TrafficType=pers
|
||||
```yaml
|
||||
sensor:
|
||||
- platform: trafikverket_weatherstation
|
||||
name: Trafikverket Road WeatherStation Kungälv
|
||||
name: Trafikverket Kungälv
|
||||
api_key: eXXcbXXXacXXXXc39XX3aXXX4aXX46XX
|
||||
station: Kungälv
|
||||
monitored_conditions:
|
||||
@ -104,16 +104,15 @@ sensor:
|
||||
- wind_direction_text
|
||||
- wind_speed
|
||||
- platform: trafikverket_weatherstation
|
||||
name: Trafikverket Air WeatherStation Lanna
|
||||
name: Trafikverket Lanna
|
||||
api_key: eXXcbXXXacXXXXc39XX3aXXX4aXX46XX
|
||||
station: Lanna
|
||||
monitored_conditions:
|
||||
- air_temp
|
||||
- road_temp
|
||||
- humidity
|
||||
scan_interval: 600
|
||||
- platform: trafikverket_weatherstation
|
||||
name: Trafikverket Precipitation WeatherStation Nöbbele
|
||||
name: Trafikverket Nöbbele
|
||||
api_key: eXXcbXXXacXXXXc39XX3aXXX4aXX46XX
|
||||
station: Nöbbele
|
||||
monitored_conditions:
|
||||
@ -121,5 +120,4 @@ sensor:
|
||||
- road_temp
|
||||
- humidity
|
||||
- precipitation
|
||||
scan_interval: 600
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user