Convert documentation to use configuration.yaml

This commit is contained in:
Paulus Schoutsen 2015-02-28 10:26:58 -08:00
parent 111338007d
commit 4108e166ff
19 changed files with 150 additions and 154 deletions

View file

@ -11,13 +11,13 @@ footer: true
Thermostats offer Home Assistant a peek into the current and target temperature in a house. Some thermostats will also offer an away mode that will lower use of heating/cooling. The only supported thermostat right now is the Nest thermostat.
To set it up, add the following information to your `home-assistant.conf` file:
To set it up, add the following information to your `configuration.yaml` file:
```
[thermostat]
platform=nest
username=myemail@mydomain.com
password=mypassword
thermostat:
platform: nest
username: myemail@mydomain.com
password: mypassword
```
<p class='img'>