diff --git a/Screen Shot 2015-01-11 at 23.09.06 .png b/Screen Shot 2015-01-11 at 23.09.06 .png new file mode 100644 index 0000000000..356e848f04 Binary files /dev/null and b/Screen Shot 2015-01-11 at 23.09.06 .png differ diff --git a/atom.xml b/atom.xml index 0a0c38c3dc..4aa1a74c22 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-01-11T22:44:18-08:00 + 2015-01-13T08:35:22-08:00 https://home-assistant.io/ @@ -13,6 +13,34 @@ Octopress + + <![CDATA[Nest in the house!]]> + + 2015-01-13T08:29:04-08:00 + https://home-assistant.io/blog/2015/01/13/nest-in-da-house + 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!

+ +

+ +

+ + +

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 to talk to the Nest.

+ +

If you own a Nest thermostat, add the following lines to your home-assistant.conf:

+ +
1
+2
+3
+4
+
[thermostat]
+platform=nest
+username=YOUR_USERNAME
+password=YOUR_PASSWORD
+ +]]>
+
+ <![CDATA[Bootstrapping your setup with Discovery]]> diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index 241b46a576..ee1df33695 100644 --- a/blog/2014/12/18/website-launched/index.html +++ b/blog/2014/12/18/website-launched/index.html @@ -203,6 +203,12 @@