Reorganize the getting started and component pages
This commit is contained in:
parent
e134f73933
commit
759d107680
23 changed files with 831 additions and 144 deletions
25
source/components/thermostat.markdown
Normal file
25
source/components/thermostat.markdown
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Adding thermostats"
|
||||
description: "Instructions how to setup thermostats tracking within Home Assistant."
|
||||
date: 2015-01-20 22:36
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
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:
|
||||
|
||||
```
|
||||
[thermostat]
|
||||
platform=nest
|
||||
username=myemail@mydomain.com
|
||||
password=mypassword
|
||||
```
|
||||
|
||||
<p class='img'>
|
||||
<img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' />
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue