mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Added support for Nest thermostat
This commit is contained in:
parent
58add7ce75
commit
e134f73933
@ -8,6 +8,7 @@ Home Assistant will track the state of all the devices in your home, so you don'
|
||||
<li>Philips Hue</li>
|
||||
<li>Belkin WeMo</li>
|
||||
<li>Google Chromecast</li>
|
||||
<li>Nest Thermostat</li>
|
||||
<li>PushBullet</li>
|
||||
<li>Netgear, Tomato and OpenWRT routers</li>
|
||||
<li>Tellstick devices & sensors</li>
|
||||
|
26
source/_posts/2015-01-13-nest-in-da-house.markdown
Normal file
26
source/_posts/2015-01-13-nest-in-da-house.markdown
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Nest in the house!"
|
||||
description: "Home Assistant has added Nest to its list of supported products."
|
||||
date: 2015-01-13 08:29:04 -0800
|
||||
date_formatted: January 13, 2015
|
||||
comments: true
|
||||
categories: component
|
||||
---
|
||||
|
||||
For thet majority of its existence, Home Assistant primary focus was on presence detection, lights and switches. But not anymore as we're expanding the supported devices. Today, we're proud to introduce Nest Thermostat integration for Home Assistant contributed by [Stefano Fiorini](https://github.com/sfiorini)!
|
||||
|
||||
<p class='img'>
|
||||
<img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' />
|
||||
</p>
|
||||
|
||||
The new integration exists out of two parts: a generic thermostat component and a Nest platform implementation. The initial version implements provides a read-only card and services to control it. The plan is in the future to add temperature and away mode controls from the thermostat card and more info dialog. Internally, we are using the Python package [python-nest by jkoelker](https://github.com/jkoelker/python-nest) to talk to the Nest.
|
||||
|
||||
If you own a Nest thermostat, add the following lines to your `home-assistant.conf`:
|
||||
|
||||
```
|
||||
[thermostat]
|
||||
platform=nest
|
||||
username=YOUR_USERNAME
|
||||
password=YOUR_PASSWORD
|
||||
```
|
BIN
source/images/screenshots/nest-thermostat-card.png
Normal file
BIN
source/images/screenshots/nest-thermostat-card.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
x
Reference in New Issue
Block a user