Add variable description

This commit is contained in:
Fabian Affolter 2015-09-09 11:58:42 +02:00
parent 12c0bbab76
commit edd064d673

View File

@ -17,10 +17,15 @@ To set it up, add the following information to your `configuration.yaml` file:
``` ```
thermostat: thermostat:
platform: nest platform: nest
username: myemail@mydomain.com username: USERNAME
password: mypassword password: PASSWORD
``` ```
Configuration variables:
- **username** (*Required*): Your Nest username.
- **password** (*Required*): Your Nest password.
<p class='img'> <p class='img'>
<img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' /> <img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' />
</p> </p>