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