Fixed invalid YAML example (#5003)

This commit is contained in:
spinside 2018-03-24 12:03:45 +01:00 committed by Franck Nijhof
parent 9f2eec8e56
commit 92be5171b4

View File

@ -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: