Update format

This commit is contained in:
Fabian Affolter 2016-07-18 08:25:38 +02:00
parent cade3fac3b
commit bfdcbf133b
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -15,11 +15,13 @@ Similar to Example Sensor Platform, Copy the code below and create it as a file
Add the following to your configuration.yaml:
light:
- platform: awesomelights
host: HOST_HERE
username: USERNAME_HERE
password: PASSWORD_HERE_OR_secrets.yaml
```yaml
light:
- platform: awesomelights
host: HOST_HERE
username: USERNAME_HERE
password: PASSWORD_HERE_OR_secrets.yaml
```
Note the `platform` name matches the filename for the source code.