fix YAML spacing (#4251)

fix YAML spacing
This commit is contained in:
Brent Saltzman 2017-12-20 01:07:45 -06:00 committed by Fabian Affolter
parent 447eb4f2cc
commit 6a2d66441a

View File

@ -25,16 +25,16 @@ Configure with either your username/password or your API token for the official
```yaml
# Example configuration.yaml entry
switch:
- platform: hook
username: <email address>
password: !secret hook
- platform: hook
username: <email address>
password: !secret hook
```
Or
```yaml
# Example configuration.yaml entry
switch:
- platform: hook
token: <your API token>
- platform: hook
token: <your API token>
```
Extra debug logging is available, if you need it.