mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Fixed invalid YAML example (#5003)
This commit is contained in:
parent
9f2eec8e56
commit
92be5171b4
@ -24,16 +24,16 @@ Add the data to your `configuration.yaml` file as shown in the example:
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: nederlandse_spoorwegen
|
- platform: nederlandse_spoorwegen
|
||||||
email: you@example.com
|
email: you@example.com
|
||||||
password: !secret ns_password
|
password: !secret ns_password
|
||||||
routes:
|
routes:
|
||||||
- name: Rotterdam-Amsterdam
|
- name: Rotterdam-Amsterdam
|
||||||
from: Rtd
|
from: Rtd
|
||||||
to: Asd
|
to: Asd
|
||||||
- name: Groningen-Zwolle-Maastricht
|
- name: Groningen-Zwolle-Maastricht
|
||||||
from: Gn
|
from: Gn
|
||||||
to: Mt
|
to: Mt
|
||||||
via: Zl
|
via: Zl
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user