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 ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
switch: switch:
- platform: hook - platform: hook
username: <email address> username: <email address>
password: !secret hook password: !secret hook
``` ```
Or Or
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
switch: switch:
- platform: hook - platform: hook
token: <your API token> token: <your API token>
``` ```
Extra debug logging is available, if you need it. Extra debug logging is available, if you need it.