mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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
|
||||
sensor:
|
||||
- platform: nederlandse_spoorwegen
|
||||
email: you@example.com
|
||||
password: !secret ns_password
|
||||
routes:
|
||||
- name: Rotterdam-Amsterdam
|
||||
from: Rtd
|
||||
to: Asd
|
||||
- name: Groningen-Zwolle-Maastricht
|
||||
from: Gn
|
||||
to: Mt
|
||||
via: Zl
|
||||
email: you@example.com
|
||||
password: !secret ns_password
|
||||
routes:
|
||||
- name: Rotterdam-Amsterdam
|
||||
from: Rtd
|
||||
to: Asd
|
||||
- name: Groningen-Zwolle-Maastricht
|
||||
from: Gn
|
||||
to: Mt
|
||||
via: Zl
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
Loading…
x
Reference in New Issue
Block a user