Site updated at 2016-02-20 09:55:56 UTC

This commit is contained in:
Travis CI 2016-02-20 09:55:57 +00:00
parent 8a133e88f9
commit a3f694bb50
76 changed files with 1367 additions and 779 deletions

101
atom.xml
View file

@ -4,7 +4,7 @@
<title><![CDATA[Home Assistant]]></title> <title><![CDATA[Home Assistant]]></title>
<link href="https://home-assistant.io/atom.xml" rel="self"/> <link href="https://home-assistant.io/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>
@ -13,6 +13,66 @@
<generator uri="http://octopress.org/">Octopress</generator> <generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Community Highlights]]></title>
<link href="https://home-assistant.io/blog/2016/02/20/community-highlights/"/>
<updated>2016-02-20T09:06:00+00:00</updated>
<id>https://home-assistant.io/blog/2016/02/20/community-highlights</id>
<content type="html"><![CDATA[<p>Home Assistant land has been busy and a lot of people have been creating awesome stuff. Weve added <a href="https://home-assistant.io/cookbook/">a cookbook section</a> to the website full of examples how you can automate different things. Make sure you take a look and share your own recipes too!</p>
<h3><a class="title-link" name="home-automation-demo-by-part-of-the-thing" href="#home-automation-demo-by-part-of-the-thing"></a> Home automation demo by Part of the Thing</h3>
<div class="videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Mc_29EC3aZw" frameborder="0" allowfullscreen=""></iframe>
</div>
<h3><a class="title-link" name="haaska---alexa-skill-adapter-for-home-assistant" href="#haaska---alexa-skill-adapter-for-home-assistant"></a> Haaska - Alexa Skill Adapter for Home Assistant</h3>
<p>Haaska allows you to control lights, switches, and scenes exposed by your Home Assistant instance using an Amazon Echo. This is different from our own <a href="https://home-assistant.io/components/alexa/">Alexa</a> component because it will teach the Amazon Echo directly about the devices instead of teaching it to talk to Home Assistant. It will not allow you to use custom sentences but it will allow you to skip the Ask Home Assistant part when giving commands:</p>
<ul>
<li>“Alexa, set kitchen to twenty percent”</li>
<li>“Alexa, turn on evening scene”</li>
<li>“Alexa, turn off bedroom light”</li>
</ul>
<p><a href="https://github.com/auchter/haaska">Haaska on GitHub</a></p>
<h3><a class="title-link" name="integrating-home-assistant-with-homekit" href="#integrating-home-assistant-with-homekit"></a> Integrating Home Assistant with HomeKit</h3>
<p>Contributor Maddox has created a plugin for HomeBridge, an open-source HomeKit bridge. This will allow you to control your home using Siri on your Apple devices. HomeBridge has recently restructured so youll have to access the plugin in the legacy plugin package.</p>
<p>Example config.json entry to load Home Assistant:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="key"><span class="delimiter">&quot;</span><span class="content">platforms</span><span class="delimiter">&quot;</span></span>: [
{
<span class="key"><span class="delimiter">&quot;</span><span class="content">platform</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">HomeAssistant</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">name</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">HomeAssistant</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">host</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">http://192.168.1.50:8123</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">password</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">xxx</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">supported_types</span><span class="delimiter">&quot;</span></span>: [<span class="string"><span class="delimiter">&quot;</span><span class="content">light</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">switch</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">media_player</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">scene</span><span class="delimiter">&quot;</span></span>]
}
]
</pre></div>
</div>
</div>
<p><a href="https://github.com/nfarina/homebridge">HomeBridge on GitHub</a><br />
<a href="https://github.com/nfarina/homebridge-legacy-plugins">HomeBridge Legacy Plugins on GitHub</a><br />
<a href="https://github.com/nfarina/homebridge-legacy-plugins/blob/master/platforms/HomeAssistant.js">Home Assistant on HomeBridge instructions</a></p>
<h3><a class="title-link" name="custom-alarm-system-with-home-assistant" href="#custom-alarm-system-with-home-assistant"></a> Custom alarm system with Home Assistant</h3>
<p>User thaijames <a href="https://automic.us/forum/viewtopic.php?f=4&amp;t=43&amp;hilit=nfc">describes in the Home Assistant forums</a> how he has created his own NFC-based alarm system using Home Assistant, DIY components and Garfield dolls.</p>
<p class="img">
<img src="https://home-assistant.io/images/blog/2016-02-community-highlights/garfield-nfc.png" />
Hold your NFC tag against the belly of Garfield to unlock the alarm.
</p>
]]></content>
</entry>
<entry> <entry>
<title type="html"><![CDATA[Multi-room audio with Snapcast, Mopidy, and Home Assistant]]></title> <title type="html"><![CDATA[Multi-room audio with Snapcast, Mopidy, and Home Assistant]]></title>
<link href="https://home-assistant.io/blog/2016/02/18/multi-room-audio-with-snapcast/"/> <link href="https://home-assistant.io/blog/2016/02/18/multi-room-audio-with-snapcast/"/>
@ -1798,45 +1858,6 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
</ul> </ul>
<p>Also, the media player was extended by <a href="https://github.com/maddox">@maddox</a> to support the play media command. This has been implemented for the <a href="https://home-assistant.io/components/media_player.itunes/">iTunes platform</a>.</p> <p>Also, the media player was extended by <a href="https://github.com/maddox">@maddox</a> to support the play media command. This has been implemented for the <a href="https://home-assistant.io/components/media_player.itunes/">iTunes platform</a>.</p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Home Assistant goes geo with OwnTracks]]></title>
<link href="https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/"/>
<updated>2015-10-05T21:49:00+00:00</updated>
<id>https://home-assistant.io/blog/2015/10/05/home-assistant-goes-geo-with-owntracks</id>
<content type="html"><![CDATA[<p>A few weeks have past and it is time again for another release: version 0.7.4. This time were very glad to be able to introduce brand new integration with OwnTracks to allow tracking of people on a map. The geo support consists of three different parts:</p>
<ul>
<li><a href="https://home-assistant.io/components/device_tracker.owntracks/">OwnTracks platform for the device tracker</a> to get locations for devices</li>
<li>Brand new <a href="https://home-assistant.io/components/zone/">zone component</a> to define zones to identify locations and <a href="https://home-assistant.io/components/automation/#zone-trigger/">trigger automation</a></li>
<li>A map in the UI to see all this (<a href="https://home-assistant.io/demo/">see it in action in the demo</a>)</li>
</ul>
<p>We have added a new <a href="https://home-assistant.io/getting-started/presence-detection/">getting started section</a> to get up and running.</p>
<p class="img">
<img src="https://home-assistant.io/images/screenshots/map.png" />
Map in Home Assistant showing two people and three zones (home, school, work)
</p>
<p>Ofcourse more things happened in the last three weeks. Im moving away from my usual long post to a short summary of highlights:</p>
<p><a href="https://home-assistant.io/components/media_player.plex/">
<img src="https://home-assistant.io/images/supported_brands/plex.png" style="border:none; box-shadow: none; float: right;" height="50" />
</a></p>
<ul>
<li>Sensor: <a href="https://home-assistant.io/components/sensor.rest/">rest platform</a> added (<a href="https://github.com/fabaff">@fabaff</a>)</li>
<li>Alarm Control Panel: <a href="https://home-assistant.io/components/alarm_control_panel.mqtt/">MQTT platform</a> added (<a href="https://github.com/sfam">@sfam</a>)</li>
<li>Media Player: <a href="https://home-assistant.io/components/media_player.plex/">Plex platform</a> added (<a href="https://github.com/miniconfig, [@adrienbrault](https://github.com/adrienbrault)">@miniconfig</a></li>
<li>Dev Tools: services can now show description of fields (<a href="https://github.com/balloob">@balloob</a>)</li>
<li>MQTT: Support for certificates and improved error reporting (<a href="https://github.com/balloob">@balloob</a>)</li>
<li>Light: <a href="https://home-assistant.io/components/light.limitlessled/">limitlessled platform</a> extended with white light support (<a href="https://github.com/auchter">@auchter</a>)</li>
<li>Fuzzy matching for scenes (<a href="https://github.com/pavoni">@pavoni</a>)</li>
<li>Scene support for media player (<a href="https://github.com/maddox">@maddox</a>)</li>
</ul>
]]></content> ]]></content>
</entry> </entry>

View file

@ -203,6 +203,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -226,12 +232,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -258,6 +258,12 @@ This article will try to explain how they all relate.</p>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -281,12 +287,6 @@ This article will try to explain how they all relate.</p>
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -242,6 +242,12 @@ api_key=ABCDEFGHJKLMNOPQRSTUVXYZ
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -265,12 +271,6 @@ api_key=ABCDEFGHJKLMNOPQRSTUVXYZ
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -217,6 +217,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -240,12 +246,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -220,6 +220,12 @@ password=YOUR_PASSWORD
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -243,12 +249,6 @@ password=YOUR_PASSWORD
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -226,6 +226,12 @@ Home Assistant now supports <code>--open-ui</code> and <code>--demo-mode</code>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -249,12 +255,6 @@ Home Assistant now supports <code>--open-ui</code> and <code>--demo-mode</code>
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -234,6 +234,12 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -257,12 +263,6 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -219,6 +219,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -242,12 +248,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -209,6 +209,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -232,12 +238,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -210,6 +210,12 @@ The old logo, the new detailed logo and the new simple logo.
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -233,12 +239,6 @@ The old logo, the new detailed logo and the new simple logo.
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -249,6 +249,12 @@ An initial version of voice control for Home Assistant has landed. The current i
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -272,12 +278,6 @@ An initial version of voice control for Home Assistant has landed. The current i
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -286,6 +286,12 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -309,12 +315,6 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -297,6 +297,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -320,12 +326,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -232,6 +232,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -255,12 +261,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -324,6 +324,12 @@ Before diving into the newly supported devices and services, I want to highlight
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -347,12 +353,6 @@ Before diving into the newly supported devices and services, I want to highlight
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -377,6 +377,12 @@ This switch platform allows you to control your motion detection setting on your
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -400,12 +406,6 @@ This switch platform allows you to control your motion detection setting on your
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -329,6 +329,12 @@ Fabian has added support for <a href="https://forecast.io/">Forecast.io</a> to g
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -352,12 +358,6 @@ Fabian has added support for <a href="https://forecast.io/">Forecast.io</a> to g
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -318,6 +318,12 @@ Support for Temper temperature sensors has been contributed by <a href="https://
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -341,12 +347,6 @@ Support for Temper temperature sensors has been contributed by <a href="https://
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -228,6 +228,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -251,12 +257,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -337,6 +337,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -360,12 +366,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -315,6 +315,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -338,12 +344,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -518,6 +518,12 @@ PubSubClient client(ethClient);
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -541,12 +547,6 @@ PubSubClient client(ethClient);
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -377,6 +377,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -400,12 +406,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -278,6 +278,12 @@ Glances web server started on http://0.0.0.0:61208/
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -301,12 +307,6 @@ Glances web server started on http://0.0.0.0:61208/
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -257,6 +257,12 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -280,12 +286,6 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -233,6 +233,12 @@ Map in Home Assistant showing two people and three zones (home, school, work)
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -256,12 +262,6 @@ Map in Home Assistant showing two people and three zones (home, school, work)
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -564,6 +564,12 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -587,12 +593,6 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -222,6 +222,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -245,12 +251,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -244,6 +244,12 @@ This makes more sense as most people run Home Assistant as a daemon</p>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -267,12 +273,6 @@ This makes more sense as most people run Home Assistant as a daemon</p>
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -240,6 +240,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -263,12 +269,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -280,6 +280,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -303,12 +309,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -213,6 +213,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -236,12 +242,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -222,6 +222,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -245,12 +251,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -313,6 +313,12 @@ $ sudo systemctl status grafana-server
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -336,12 +342,6 @@ $ sudo systemctl status grafana-server
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -263,6 +263,12 @@ requests.get(<span class="string"><span class="delimiter">'</span><span class="c
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -286,12 +292,6 @@ requests.get(<span class="string"><span class="delimiter">'</span><span class="c
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -235,6 +235,12 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -258,12 +264,6 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -300,6 +300,12 @@ sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -323,12 +329,6 @@ sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -256,6 +256,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -279,12 +285,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -236,6 +236,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -259,12 +265,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -240,6 +240,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -263,12 +269,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -242,6 +242,12 @@ Example of the new views in the frontend. <a href="/components/group/">Learn mor
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -265,8 +271,6 @@ Example of the new views in the frontend. <a href="/components/group/">Learn mor
</li> </li>
</ul> </ul>
</section> </section>

View file

@ -429,6 +429,12 @@ Z-Wave light bulb |
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -448,12 +454,6 @@ Z-Wave light bulb |
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -379,6 +379,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -398,12 +404,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -245,6 +245,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -264,12 +270,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -347,6 +347,12 @@ output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioc
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
@ -366,12 +372,6 @@ output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioc
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -0,0 +1,337 @@
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Community Highlights - Home Assistant</title>
<meta name="author" content="Paulus Schoutsen">
<meta name="description" content="Interesting links from the Home Assistant community.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/blog/2016/02/20/community-highlights/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Community Highlights">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/blog/2016/02/20/community-highlights/">
<meta property="og:type" content="article">
<meta property="og:description" content="Interesting links from the Home Assistant community.">
<meta property="og:image" content="https://home-assistant.io/images/blog/2016-02-community-highlights/part-of-the-thing.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:creator" content="@balloob">
<meta name="twitter:title" content="Community Highlights">
<meta name="twitter:description" content="Interesting links from the Home Assistant community.">
<meta name="twitter:image" content="https://home-assistant.io/images/blog/2016-02-community-highlights/part-of-the-thing.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
</head>
<body >
<header>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="/" class="site-title">
<img width='40' src='/demo/favicon-192x192.png'>
<span>Home Assistant</span>
</a>
</div>
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li>
<a>Getting started <i class="icon icon-caret-down"></i></a>
<ul>
<li><a href='/getting-started/'>Installing Home Assistant</a></li>
<li><a href='/getting-started/configuration/'>Configuration basics</a></li>
<li><a href='/getting-started/devices/'>Adding devices</a></li>
<li><a href='/getting-started/presence-detection/'>Presence detection</a></li>
<li><a href='/getting-started/automation/'>Automation</a></li>
<li><a href='/getting-started/templating/'>Templating</a></li>
</ul>
</li>
<li><a href='/components/'>Components</a></li>
<li><a href='/cookbook'>Examples</a></li>
<li>
<a>Developers <i class="icon icon-caret-down"></i></a>
<ul>
<li><a href="/developers/">Setup Development</a></li>
<li><a href="/developers/architecture/">Architecture</a></li>
<li><a href="/developers/frontend/">Frontend development</a></li>
<li><a href="/developers/creating_components/">
Creating components
</a></li>
<li><a href="/developers/add_new_platform/">
Adding platform support
</a></li>
<li><a href="/developers/api/">API</a></li>
<li><a href="/developers/credits/">Credits</a></li>
</ul>
</li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/">Need help?</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
<article class="post">
<header>
<h1 class="title indent">Community Highlights</h1>
<div class="meta clearfix">
<time datetime="2016-02-20T09:06:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> February 20, 2016</time>
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
<span><i class='icon-time'></i> two minutes reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/community/'>Community</a></li>
</ul>
</span>
<a class='comments'
href="#disqus_thread"
>Comments</a>
</div>
</header>
<p>Home Assistant land has been busy and a lot of people have been creating awesome stuff. Weve added <a href="/cookbook/">a cookbook section</a> to the website full of examples how you can automate different things. Make sure you take a look and share your own recipes too!</p>
<h3><a class="title-link" name="home-automation-demo-by-part-of-the-thing" href="#home-automation-demo-by-part-of-the-thing"></a> Home automation demo by Part of the Thing</h3>
<div class="videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Mc_29EC3aZw" frameborder="0" allowfullscreen=""></iframe>
</div>
<h3><a class="title-link" name="haaska---alexa-skill-adapter-for-home-assistant" href="#haaska---alexa-skill-adapter-for-home-assistant"></a> Haaska - Alexa Skill Adapter for Home Assistant</h3>
<p>Haaska allows you to control lights, switches, and scenes exposed by your Home Assistant instance using an Amazon Echo. This is different from our own <a href="/components/alexa/">Alexa</a> component because it will teach the Amazon Echo directly about the devices instead of teaching it to talk to Home Assistant. It will not allow you to use custom sentences but it will allow you to skip the Ask Home Assistant part when giving commands:</p>
<ul>
<li>“Alexa, set kitchen to twenty percent”</li>
<li>“Alexa, turn on evening scene”</li>
<li>“Alexa, turn off bedroom light”</li>
</ul>
<p><a href="https://github.com/auchter/haaska">Haaska on GitHub</a></p>
<h3><a class="title-link" name="integrating-home-assistant-with-homekit" href="#integrating-home-assistant-with-homekit"></a> Integrating Home Assistant with HomeKit</h3>
<p>Contributor Maddox has created a plugin for HomeBridge, an open-source HomeKit bridge. This will allow you to control your home using Siri on your Apple devices. HomeBridge has recently restructured so youll have to access the plugin in the legacy plugin package.</p>
<p>Example config.json entry to load Home Assistant:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="key"><span class="delimiter">&quot;</span><span class="content">platforms</span><span class="delimiter">&quot;</span></span>: [
{
<span class="key"><span class="delimiter">&quot;</span><span class="content">platform</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">HomeAssistant</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">name</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">HomeAssistant</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">host</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">http://192.168.1.50:8123</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">password</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">xxx</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">supported_types</span><span class="delimiter">&quot;</span></span>: [<span class="string"><span class="delimiter">&quot;</span><span class="content">light</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">switch</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">media_player</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">scene</span><span class="delimiter">&quot;</span></span>]
}
]
</pre></div>
</div>
</div>
<p><a href="https://github.com/nfarina/homebridge">HomeBridge on GitHub</a><br />
<a href="https://github.com/nfarina/homebridge-legacy-plugins">HomeBridge Legacy Plugins on GitHub</a><br />
<a href="https://github.com/nfarina/homebridge-legacy-plugins/blob/master/platforms/HomeAssistant.js">Home Assistant on HomeBridge instructions</a></p>
<h3><a class="title-link" name="custom-alarm-system-with-home-assistant" href="#custom-alarm-system-with-home-assistant"></a> Custom alarm system with Home Assistant</h3>
<p>User thaijames <a href="https://automic.us/forum/viewtopic.php?f=4&amp;t=43&amp;hilit=nfc">describes in the Home Assistant forums</a> how he has created his own NFC-based alarm system using Home Assistant, DIY components and Garfield dolls.</p>
<p class="img">
<img src="/images/blog/2016-02-community-highlights/garfield-nfc.png" />
Hold your NFC tag against the belly of Garfield to unlock the alarm.
</p>
</article>
<section id="disqus">
<h3 class="indent title">Comments</h3>
<div id="disqus_thread" aria-live="polite"><noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript></div>
</section>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
<div class="grid">
<section class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">About Home Assistant</h1>
<ul class="divided">
<li>
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
</li>
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
<li><a href='/demo/'>Try the online demo</a></li>
<li><a class="twitter-follow-button" href="https://twitter.com/Home_Assistant">Follow Home Assistant on Twitter</a></li>
</ul>
</section>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.async=true;js.src='//platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<section class="sharing aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Share this post</h1>
<a href="//twitter.com/share"
class="twitter-share-button"
data-via="home_assistant"
data-related="home_assistant"
data-url="https://home-assistant.io/blog/2016/02/20/community-highlights/"
data-counturl="https://home-assistant.io/blog/2016/02/20/community-highlights/" >Tweet</a>
<div class="fb-share-button" style='top: -6px;'
data-href="https://home-assistant.io/blog/2016/02/20/community-highlights/"
data-layout="button_count">
</div>
<div class="g-plusone" data-size="standard"></div>
</section>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script>
window.fbAsyncInit = function() {
FB.init({appId: '338291289691179', xfbml: true, version: 'v2.2'});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1>
<ul class="divided">
<li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/">0.13: Speedtest.net, Bloomsky, Splunk and Garage Doors</a>
</li>
<li class="post">
<a href="/blog/2016/02/12/classifying-the-internet-of-things/">Classifying the Internet of Things</a>
</li>
<li class="post">
<a href="/blog/2016/02/09/smarter-smart-things-with-mqtt-and-home-assistant/">Smarter SmartThings with MQTT and Home Assistant</a>
</li>
</ul>
</section>
</div>
</aside>
</div>
</div>
<footer>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item">
<div class="copyright">
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
<a rel="me" href='https://github.com/balloob/home-assistant'><i class="icon-github"></i></a>
<div class="credit">
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
</div>
</div>
</div>
</div>
</div>
</footer>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<script>
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<script>
var disqus_shortname = 'home-assistant';
// var disqus_developer = 1;
var disqus_identifier = 'https://home-assistant.io/blog/2016/02/20/community-highlights/';
var disqus_url = 'https://home-assistant.io/blog/2016/02/20/community-highlights/';
var disqus_script = 'embed.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
</body>
</html>

View file

@ -122,6 +122,38 @@
<h2>2016</h2> <h2>2016</h2>
<article>
<div class="grid">
<div class="grid__item one-fifth palm-one-whole">
<time datetime="2016-02-20T09:06:00+00:00" pubdate>
<span class='month'>Feb</span> <span class='day'>20</span>
</time>
</div>
<div class="grid__item four-fifths palm-one-whole">
<h1 class="gamma"><a href="/blog/2016/02/20/community-highlights/">Community Highlights</a></h1>
<footer class="meta">
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/community/'>Community</a></li>
</ul>
</span>
</footer>
<hr class="divider">
</div>
</div>
</article>
<article> <article>
<div class="grid"> <div class="grid">
@ -1643,6 +1675,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -1666,12 +1704,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Architecture | Home Assistant]]></title> <title><![CDATA[Category: Architecture | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/architecture/atom.xml" rel="self"/> <link href="https://home-assistant.io/blog/categories/architecture/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -286,6 +286,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -309,12 +315,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Branding | Home Assistant]]></title> <title><![CDATA[Category: Branding | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/branding/atom.xml" rel="self"/> <link href="https://home-assistant.io/blog/categories/branding/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -254,6 +254,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -277,12 +283,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Community | Home Assistant]]></title> <title><![CDATA[Category: Community | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/> <link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>
@ -13,6 +13,66 @@
<generator uri="http://octopress.org/">Octopress</generator> <generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Community Highlights]]></title>
<link href="https://home-assistant.io/blog/2016/02/20/community-highlights/"/>
<updated>2016-02-20T09:06:00+00:00</updated>
<id>https://home-assistant.io/blog/2016/02/20/community-highlights</id>
<content type="html"><![CDATA[<p>Home Assistant land has been busy and a lot of people have been creating awesome stuff. Weve added <a href="/cookbook/">a cookbook section</a> to the website full of examples how you can automate different things. Make sure you take a look and share your own recipes too!</p>
<h3><a class='title-link' name='home-automation-demo-by-part-of-the-thing' href='#home-automation-demo-by-part-of-the-thing'></a> Home automation demo by Part of the Thing </h3>
<div class="videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Mc_29EC3aZw" frameborder="0" allowfullscreen=""></iframe>
</div>
<h3><a class='title-link' name='haaska---alexa-skill-adapter-for-home-assistant' href='#haaska---alexa-skill-adapter-for-home-assistant'></a> Haaska - Alexa Skill Adapter for Home Assistant </h3>
<p>Haaska allows you to control lights, switches, and scenes exposed by your Home Assistant instance using an Amazon Echo. This is different from our own <a href="/components/alexa/">Alexa</a> component because it will teach the Amazon Echo directly about the devices instead of teaching it to talk to Home Assistant. It will not allow you to use custom sentences but it will allow you to skip the Ask Home Assistant part when giving commands:</p>
<ul>
<li>“Alexa, set kitchen to twenty percent”</li>
<li>“Alexa, turn on evening scene”</li>
<li>“Alexa, turn off bedroom light”</li>
</ul>
<p><a href="https://github.com/auchter/haaska">Haaska on GitHub</a></p>
<h3><a class='title-link' name='integrating-home-assistant-with-homekit' href='#integrating-home-assistant-with-homekit'></a> Integrating Home Assistant with HomeKit </h3>
<p>Contributor Maddox has created a plugin for HomeBridge, an open-source HomeKit bridge. This will allow you to control your home using Siri on your Apple devices. HomeBridge has recently restructured so youll have to access the plugin in the legacy plugin package.</p>
<p>Example config.json entry to load Home Assistant:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="key"><span class="delimiter">&quot;</span><span class="content">platforms</span><span class="delimiter">&quot;</span></span>: [
{
<span class="key"><span class="delimiter">&quot;</span><span class="content">platform</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">HomeAssistant</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">name</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">HomeAssistant</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">host</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">http://192.168.1.50:8123</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">password</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">xxx</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">supported_types</span><span class="delimiter">&quot;</span></span>: [<span class="string"><span class="delimiter">&quot;</span><span class="content">light</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">switch</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">media_player</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">scene</span><span class="delimiter">&quot;</span></span>]
}
]
</pre></div>
</div>
</div>
<p><a href="https://github.com/nfarina/homebridge">HomeBridge on GitHub</a><br />
<a href="https://github.com/nfarina/homebridge-legacy-plugins">HomeBridge Legacy Plugins on GitHub</a><br />
<a href="https://github.com/nfarina/homebridge-legacy-plugins/blob/master/platforms/HomeAssistant.js">Home Assistant on HomeBridge instructions</a></p>
<h3><a class='title-link' name='custom-alarm-system-with-home-assistant' href='#custom-alarm-system-with-home-assistant'></a> Custom alarm system with Home Assistant </h3>
<p>User thaijames <a href="https://automic.us/forum/viewtopic.php?f=4&amp;t=43&amp;hilit=nfc">describes in the Home Assistant forums</a> how he has created his own NFC-based alarm system using Home Assistant, DIY components and Garfield dolls.</p>
<p class="img">
<img src="https://home-assistant.io/images/blog/2016-02-community-highlights/garfield-nfc.png" />
Hold your NFC tag against the belly of Garfield to unlock the alarm.
</p>
]]></content>
</entry>
<entry> <entry>
<title type="html"><![CDATA[Community Highlights]]></title> <title type="html"><![CDATA[Community Highlights]]></title>
<link href="https://home-assistant.io/blog/2015/12/05/community-highlights/"/> <link href="https://home-assistant.io/blog/2015/12/05/community-highlights/"/>

View file

@ -120,6 +120,41 @@
<h2>2016</h2>
<article>
<div class="grid">
<div class="grid__item one-fifth palm-one-whole">
<time datetime="2016-02-20T09:06:00+00:00" pubdate>
<span class='month'>Feb</span> <span class='day'>20</span>
</time>
</div>
<div class="grid__item four-fifths palm-one-whole">
<h1 class="gamma"><a href="/blog/2016/02/20/community-highlights/">Community Highlights</a></h1>
<footer class="meta">
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/community/'>Community</a></li>
</ul>
</span>
</footer>
<hr class="divider">
</div>
</div>
</article>
<h2>2015</h2> <h2>2015</h2>
<article> <article>
@ -219,6 +254,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -242,12 +283,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title> <title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/> <link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -223,6 +223,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -246,12 +252,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: How-To | Home Assistant]]></title> <title><![CDATA[Category: How-To | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/> <link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -488,6 +488,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -511,12 +517,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: MQTT | Home Assistant]]></title> <title><![CDATA[Category: MQTT | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/> <link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -294,6 +294,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -317,12 +323,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Public-Service-Announcement | Home Assistant]]></title> <title><![CDATA[Category: Public-Service-Announcement | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/public-service-announcement/atom.xml" rel="self"/> <link href="https://home-assistant.io/blog/categories/public-service-announcement/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -219,6 +219,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -242,12 +248,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Release-Notes | Home Assistant]]></title> <title><![CDATA[Category: Release-Notes | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/> <link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -1088,6 +1088,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -1111,12 +1117,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Survey | Home Assistant]]></title> <title><![CDATA[Category: Survey | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/survey/atom.xml" rel="self"/> <link href="https://home-assistant.io/blog/categories/survey/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -219,6 +219,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -242,12 +248,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: User-Stories | Home Assistant]]></title> <title><![CDATA[Category: User-Stories | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/> <link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/> <link href="https://home-assistant.io/"/>
<updated>2016-02-20T09:26:53+00:00</updated> <updated>2016-02-20T09:55:33+00:00</updated>
<id>https://home-assistant.io/</id> <id>https://home-assistant.io/</id>
<author> <author>
<name><![CDATA[Paulus Schoutsen]]></name> <name><![CDATA[Paulus Schoutsen]]></name>

View file

@ -219,6 +219,12 @@
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a> <a href="/blog/2016/02/18/multi-room-audio-with-snapcast/">Multi-room audio with Snapcast, Mopidy, and Home Assistant</a>
</li> </li>
@ -242,12 +248,6 @@
</li> </li>
<li class="post">
<a href="/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/">0.12: Insteon, LIFX, Twitter and ZigBee</a>
</li>
</ul> </ul>
</section> </section>

View file

@ -102,6 +102,98 @@
<article class="listing">
<header>
<h1 class="beta">
<a href="/blog/2016/02/20/community-highlights/">Community Highlights</a>
</h1>
<div class="meta clearfix">
<time datetime="2016-02-20T09:06:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> February 20, 2016</time>
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
<span><i class='icon-time'></i> two minutes reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/community/'>Community</a></li>
</ul>
</span>
<a class='comments'
href="/blog/2016/02/20/community-highlights/#disqus_thread"
>Comments</a>
</div>
</header>
<div class="entry-content clearfix">
<p>Home Assistant land has been busy and a lot of people have been creating awesome stuff. Weve added <a href="/cookbook/">a cookbook section</a> to the website full of examples how you can automate different things. Make sure you take a look and share your own recipes too!</p>
<h3><a class="title-link" name="home-automation-demo-by-part-of-the-thing" href="#home-automation-demo-by-part-of-the-thing"></a> Home automation demo by Part of the Thing</h3>
<div class="videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Mc_29EC3aZw" frameborder="0" allowfullscreen=""></iframe>
</div>
<h3><a class="title-link" name="haaska---alexa-skill-adapter-for-home-assistant" href="#haaska---alexa-skill-adapter-for-home-assistant"></a> Haaska - Alexa Skill Adapter for Home Assistant</h3>
<p>Haaska allows you to control lights, switches, and scenes exposed by your Home Assistant instance using an Amazon Echo. This is different from our own <a href="/components/alexa/">Alexa</a> component because it will teach the Amazon Echo directly about the devices instead of teaching it to talk to Home Assistant. It will not allow you to use custom sentences but it will allow you to skip the Ask Home Assistant part when giving commands:</p>
<ul>
<li>“Alexa, set kitchen to twenty percent”</li>
<li>“Alexa, turn on evening scene”</li>
<li>“Alexa, turn off bedroom light”</li>
</ul>
<p><a href="https://github.com/auchter/haaska">Haaska on GitHub</a></p>
<h3><a class="title-link" name="integrating-home-assistant-with-homekit" href="#integrating-home-assistant-with-homekit"></a> Integrating Home Assistant with HomeKit</h3>
<p>Contributor Maddox has created a plugin for HomeBridge, an open-source HomeKit bridge. This will allow you to control your home using Siri on your Apple devices. HomeBridge has recently restructured so youll have to access the plugin in the legacy plugin package.</p>
<p>Example config.json entry to load Home Assistant:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="key"><span class="delimiter">&quot;</span><span class="content">platforms</span><span class="delimiter">&quot;</span></span>: [
{
<span class="key"><span class="delimiter">&quot;</span><span class="content">platform</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">HomeAssistant</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">name</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">HomeAssistant</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">host</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">http://192.168.1.50:8123</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">password</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">xxx</span><span class="delimiter">&quot;</span></span>,
<span class="key"><span class="delimiter">&quot;</span><span class="content">supported_types</span><span class="delimiter">&quot;</span></span>: [<span class="string"><span class="delimiter">&quot;</span><span class="content">light</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">switch</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">media_player</span><span class="delimiter">&quot;</span></span>, <span class="string"><span class="delimiter">&quot;</span><span class="content">scene</span><span class="delimiter">&quot;</span></span>]
}
]
</pre></div>
</div>
</div>
<p><a href="https://github.com/nfarina/homebridge">HomeBridge on GitHub</a><br />
<a href="https://github.com/nfarina/homebridge-legacy-plugins">HomeBridge Legacy Plugins on GitHub</a><br />
<a href="https://github.com/nfarina/homebridge-legacy-plugins/blob/master/platforms/HomeAssistant.js">Home Assistant on HomeBridge instructions</a></p>
<h3><a class="title-link" name="custom-alarm-system-with-home-assistant" href="#custom-alarm-system-with-home-assistant"></a> Custom alarm system with Home Assistant</h3>
<p>User thaijames <a href="https://automic.us/forum/viewtopic.php?f=4&amp;t=43&amp;hilit=nfc">describes in the Home Assistant forums</a> how he has created his own NFC-based alarm system using Home Assistant, DIY components and Garfield dolls.</p>
<p class="img">
<img src="/images/blog/2016-02-community-highlights/garfield-nfc.png" />
Hold your NFC tag against the belly of Garfield to unlock the alarm.
</p>
</div>
</article>
<hr>
<article class="listing"> <article class="listing">
<header> <header>
@ -723,57 +815,6 @@ Example of the new views in the frontend. <a href="/components/group/">Learn mor
</article> </article>
<hr> <hr>
<article class="listing">
<header>
<h1 class="beta">
<a href="/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/">[Update: decision reversed!] Philips Hue blocks 3rd party lights</a>
</h1>
<div class="meta clearfix">
<time datetime="2015-12-12T18:44:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 12, 2015</time>
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
<span><i class='icon-time'></i> 1 minute reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/public-service-announcement/'>Public-Service-Announcement</a></li>
</ul>
</span>
<a class='comments'
href="/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/#disqus_thread"
>Comments</a>
</div>
</header>
<div class="entry-content clearfix">
<p><strong>Update Dec 16</strong>: Great news! Philips has decided to <a href="http://www.developers.meethue.com/documentation/friends-hue-update">reverse their decision</a> and is working on a software update to allow 3rd party light bulbs again.</p>
<p class="img">
<img src="/images/blog/2015-12-philips-hue-3rd-party/philips-hue-reversed-faq.png" />
Philips Hue FAQ entries regarding reversing the decision.
</p>
<p><em>Original post:</em></p>
<a class="btn pull-right" href="/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/#read-more">Read on &rarr;</a>
</div>
</article>
<hr>
<div class="pagination"> <div class="pagination">

View file

@ -102,6 +102,57 @@
<article class="listing">
<header>
<h1 class="beta">
<a href="/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/">[Update: decision reversed!] Philips Hue blocks 3rd party lights</a>
</h1>
<div class="meta clearfix">
<time datetime="2015-12-12T18:44:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> December 12, 2015</time>
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
<span><i class='icon-time'></i> 1 minute reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/public-service-announcement/'>Public-Service-Announcement</a></li>
</ul>
</span>
<a class='comments'
href="/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/#disqus_thread"
>Comments</a>
</div>
</header>
<div class="entry-content clearfix">
<p><strong>Update Dec 16</strong>: Great news! Philips has decided to <a href="http://www.developers.meethue.com/documentation/friends-hue-update">reverse their decision</a> and is working on a software update to allow 3rd party light bulbs again.</p>
<p class="img">
<img src="/images/blog/2015-12-philips-hue-3rd-party/philips-hue-reversed-faq.png" />
Philips Hue FAQ entries regarding reversing the decision.
</p>
<p><em>Original post:</em></p>
<a class="btn pull-right" href="/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/#read-more">Read on &rarr;</a>
</div>
</article>
<hr>
<article class="listing"> <article class="listing">
<header> <header>
@ -617,77 +668,6 @@ Home Assistant will keep track of historical values and allow you to integrate i
<p>Also, the media player was extended by <a href="https://github.com/maddox">@maddox</a> to support the play media command. This has been implemented for the <a href="/components/media_player.itunes/">iTunes platform</a>.</p> <p>Also, the media player was extended by <a href="https://github.com/maddox">@maddox</a> to support the play media command. This has been implemented for the <a href="/components/media_player.itunes/">iTunes platform</a>.</p>
</div>
</article>
<hr>
<article class="listing">
<header>
<h1 class="beta">
<a href="/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/">Home Assistant goes geo with OwnTracks</a>
</h1>
<div class="meta clearfix">
<time datetime="2015-10-05T21:49:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 5, 2015</time>
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
<span><i class='icon-time'></i> 1 minute reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
</span>
<a class='comments'
href="/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/#disqus_thread"
>Comments</a>
</div>
</header>
<div class="entry-content clearfix">
<p>A few weeks have past and it is time again for another release: version 0.7.4. This time were very glad to be able to introduce brand new integration with OwnTracks to allow tracking of people on a map. The geo support consists of three different parts:</p>
<ul>
<li><a href="/components/device_tracker.owntracks/">OwnTracks platform for the device tracker</a> to get locations for devices</li>
<li>Brand new <a href="/components/zone/">zone component</a> to define zones to identify locations and <a href="/components/automation/#zone-trigger">trigger automation</a></li>
<li>A map in the UI to see all this (<a href="/demo/">see it in action in the demo</a>)</li>
</ul>
<p>We have added a new <a href="/getting-started/presence-detection/">getting started section</a> to get up and running.</p>
<p class="img">
<img src="/images/screenshots/map.png" />
Map in Home Assistant showing two people and three zones (home, school, work)
</p>
<p>Ofcourse more things happened in the last three weeks. Im moving away from my usual long post to a short summary of highlights:</p>
<p><a href="/components/media_player.plex/">
<img src="/images/supported_brands/plex.png" style="border:none; box-shadow: none; float: right;" height="50" />
</a></p>
<ul>
<li>Sensor: <a href="/components/sensor.rest/">rest platform</a> added (<a href="https://github.com/fabaff">@fabaff</a>)</li>
<li>Alarm Control Panel: <a href="/components/alarm_control_panel.mqtt/">MQTT platform</a> added (<a href="https://github.com/sfam">@sfam</a>)</li>
<li>Media Player: <a href="/components/media_player.plex/">Plex platform</a> added (<a href="https://github.com/miniconfig, [@adrienbrault](https://github.com/adrienbrault)">@miniconfig</a></li>
<li>Dev Tools: services can now show description of fields (<a href="https://github.com/balloob">@balloob</a>)</li>
<li>MQTT: Support for certificates and improved error reporting (<a href="https://github.com/balloob">@balloob</a>)</li>
<li>Light: <a href="/components/light.limitlessled/">limitlessled platform</a> extended with white light support (<a href="https://github.com/auchter">@auchter</a>)</li>
<li>Fuzzy matching for scenes (<a href="https://github.com/pavoni">@pavoni</a>)</li>
<li>Scene support for media player (<a href="https://github.com/maddox">@maddox</a>)</li>
</ul>
</div> </div>
</article> </article>
<hr> <hr>

View file

@ -102,6 +102,77 @@
<article class="listing">
<header>
<h1 class="beta">
<a href="/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/">Home Assistant goes geo with OwnTracks</a>
</h1>
<div class="meta clearfix">
<time datetime="2015-10-05T21:49:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> October 5, 2015</time>
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
<span><i class='icon-time'></i> 1 minute reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
</span>
<a class='comments'
href="/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/#disqus_thread"
>Comments</a>
</div>
</header>
<div class="entry-content clearfix">
<p>A few weeks have past and it is time again for another release: version 0.7.4. This time were very glad to be able to introduce brand new integration with OwnTracks to allow tracking of people on a map. The geo support consists of three different parts:</p>
<ul>
<li><a href="/components/device_tracker.owntracks/">OwnTracks platform for the device tracker</a> to get locations for devices</li>
<li>Brand new <a href="/components/zone/">zone component</a> to define zones to identify locations and <a href="/components/automation/#zone-trigger">trigger automation</a></li>
<li>A map in the UI to see all this (<a href="/demo/">see it in action in the demo</a>)</li>
</ul>
<p>We have added a new <a href="/getting-started/presence-detection/">getting started section</a> to get up and running.</p>
<p class="img">
<img src="/images/screenshots/map.png" />
Map in Home Assistant showing two people and three zones (home, school, work)
</p>
<p>Ofcourse more things happened in the last three weeks. Im moving away from my usual long post to a short summary of highlights:</p>
<p><a href="/components/media_player.plex/">
<img src="/images/supported_brands/plex.png" style="border:none; box-shadow: none; float: right;" height="50" />
</a></p>
<ul>
<li>Sensor: <a href="/components/sensor.rest/">rest platform</a> added (<a href="https://github.com/fabaff">@fabaff</a>)</li>
<li>Alarm Control Panel: <a href="/components/alarm_control_panel.mqtt/">MQTT platform</a> added (<a href="https://github.com/sfam">@sfam</a>)</li>
<li>Media Player: <a href="/components/media_player.plex/">Plex platform</a> added (<a href="https://github.com/miniconfig, [@adrienbrault](https://github.com/adrienbrault)">@miniconfig</a></li>
<li>Dev Tools: services can now show description of fields (<a href="https://github.com/balloob">@balloob</a>)</li>
<li>MQTT: Support for certificates and improved error reporting (<a href="https://github.com/balloob">@balloob</a>)</li>
<li>Light: <a href="/components/light.limitlessled/">limitlessled platform</a> extended with white light support (<a href="https://github.com/auchter">@auchter</a>)</li>
<li>Fuzzy matching for scenes (<a href="https://github.com/pavoni">@pavoni</a>)</li>
<li>Scene support for media player (<a href="https://github.com/maddox">@maddox</a>)</li>
</ul>
</div>
</article>
<hr>
<article class="listing"> <article class="listing">
<header> <header>
@ -631,62 +702,6 @@ To update to the latest version, run <code>scripts/update</code>. Please report
</article> </article>
<hr> <hr>
<article class="listing">
<header>
<h1 class="beta">
<a href="/blog/2015/06/10/release-notes/">Release notes for June 10, 2015</a>
</h1>
<div class="meta clearfix">
<time datetime="2015-06-10T18:54:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> June 10, 2015</time>
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
<span><i class='icon-time'></i> five minutes reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
</span>
<a class='comments'
href="/blog/2015/06/10/release-notes/#disqus_thread"
>Comments</a>
</div>
</header>
<div class="entry-content clearfix">
<p>Wow, almost a month has gone by since the last release and this release is <em>packed</em>. The biggest part of this release is probably one that you wont notice: the frontend has been upgraded from Polymer 0.5 to the brand new released Polymer 1.0. Polymer has been declared stable by the Google overlords which will allow us to expand functionality that was waiting for this moment to arrive.</p>
<p>This release sets a record for the amount of people involved: 8! <a href="https://github.com/Andythigpen">Andythigpen</a>, <a href="https://github.com/Jamespcole">Jamespcole</a>, <a href="https://github.com/Azelphur">Azelphur</a>, <a href="https://github.com/Fabaff">Fabaff</a>, <a href="https://github.com/Dutchy-">Dutchy-</a>, <a href="https://github.com/Fbradyirl">Fbradyirl</a>, <a href="https://github.com/wind-rider">wind-rider</a> and <a href="https://github.com/ettisan">ettisan</a>, thanks a lot for your contributions!</p>
<p>A big improvement has been brought this release by wind-rider. He took the time to revive the Chromecast support and started improving the media player integration. This triggered other people to join in resulting in a revamped media player experience and support for the Music Player Daemon.</p>
<p class="img">
<img src="/images/screenshots/media_player-card.png" /> Example of the new media player cards
</p>
<p class="note">
To update to the latest version, run <code>scripts/update</code>. Please report any issues on <a href="https://github.com/balloob/home-assistant/issues">GitHub</a>.
</p>
<a class="btn pull-right" href="/blog/2015/06/10/release-notes/#read-more">Read on &rarr;</a>
</div>
</article>
<hr>
<div class="pagination"> <div class="pagination">

View file

@ -102,6 +102,62 @@
<article class="listing">
<header>
<h1 class="beta">
<a href="/blog/2015/06/10/release-notes/">Release notes for June 10, 2015</a>
</h1>
<div class="meta clearfix">
<time datetime="2015-06-10T18:54:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> June 10, 2015</time>
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
<span><i class='icon-time'></i> five minutes reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
</span>
<a class='comments'
href="/blog/2015/06/10/release-notes/#disqus_thread"
>Comments</a>
</div>
</header>
<div class="entry-content clearfix">
<p>Wow, almost a month has gone by since the last release and this release is <em>packed</em>. The biggest part of this release is probably one that you wont notice: the frontend has been upgraded from Polymer 0.5 to the brand new released Polymer 1.0. Polymer has been declared stable by the Google overlords which will allow us to expand functionality that was waiting for this moment to arrive.</p>
<p>This release sets a record for the amount of people involved: 8! <a href="https://github.com/Andythigpen">Andythigpen</a>, <a href="https://github.com/Jamespcole">Jamespcole</a>, <a href="https://github.com/Azelphur">Azelphur</a>, <a href="https://github.com/Fabaff">Fabaff</a>, <a href="https://github.com/Dutchy-">Dutchy-</a>, <a href="https://github.com/Fbradyirl">Fbradyirl</a>, <a href="https://github.com/wind-rider">wind-rider</a> and <a href="https://github.com/ettisan">ettisan</a>, thanks a lot for your contributions!</p>
<p>A big improvement has been brought this release by wind-rider. He took the time to revive the Chromecast support and started improving the media player integration. This triggered other people to join in resulting in a revamped media player experience and support for the Music Player Daemon.</p>
<p class="img">
<img src="/images/screenshots/media_player-card.png" /> Example of the new media player cards
</p>
<p class="note">
To update to the latest version, run <code>scripts/update</code>. Please report any issues on <a href="https://github.com/balloob/home-assistant/issues">GitHub</a>.
</p>
<a class="btn pull-right" href="/blog/2015/06/10/release-notes/#read-more">Read on &rarr;</a>
</div>
</article>
<hr>
<article class="listing"> <article class="listing">
<header> <header>
@ -662,70 +718,6 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
</article> </article>
<hr> <hr>
<article class="listing">
<header>
<h1 class="beta">
<a href="/blog/2015/01/24/release-notes/">Release notes for January 24, 2015</a>
</h1>
<div class="meta clearfix">
<time datetime="2015-01-24T18:36:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 24, 2015</time>
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
<span><i class='icon-time'></i> 1 minute reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
</span>
<a class='comments'
href="/blog/2015/01/24/release-notes/#disqus_thread"
>Comments</a>
</div>
</header>
<div class="entry-content clearfix">
<p>I have just merged the latest version of the development branch into master. Here are some of the highlights of this release:</p>
<p><strong>Configuration via the frontend</strong><br /><br />
Phliips Hue will now be auto discovered and uses the new <code>configurator</code> component to interact with the user to finish the setup process.</p>
<p><strong>Wink Hub support</strong><br /><br />
Thanks to the work done by John McLaughlin and Geoff Norton we now support the lights, switches and sensors that are connected to the Wink hub.</p>
<p><strong>The getting started guide and component page have been reorganized</strong><br /><br />
The getting started instructions have been split into separate pages per component and a general overview page. The goal is to have a page per component that describes:</p>
<ul>
<li>What it does</li>
<li>How to set it up</li>
<li>Which states it maintains</li>
<li>Which services it provides</li>
<li>Additional development tips</li>
</ul>
<p><strong>More reasonable errors</strong><br /><br />
Home Assistant should now throw better errors and offer solutions if you do not have the right version of Python 3, forgot to clone the git submodules or install the dependencies.</p>
<p><strong>Streamlined first launch</strong><br /><br />
Home Assistant now supports <code>--open-ui</code> and <code>--demo-mode</code> command line properties to open the browser automatically and have something to show. Home Assistant now supports to be run without a password, allowing the interface to login automatically on launch.</p>
</div>
</article>
<hr>
<div class="pagination"> <div class="pagination">

View file

@ -102,6 +102,70 @@
<article class="listing">
<header>
<h1 class="beta">
<a href="/blog/2015/01/24/release-notes/">Release notes for January 24, 2015</a>
</h1>
<div class="meta clearfix">
<time datetime="2015-01-24T18:36:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 24, 2015</time>
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
<span><i class='icon-time'></i> 1 minute reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
</span>
<a class='comments'
href="/blog/2015/01/24/release-notes/#disqus_thread"
>Comments</a>
</div>
</header>
<div class="entry-content clearfix">
<p>I have just merged the latest version of the development branch into master. Here are some of the highlights of this release:</p>
<p><strong>Configuration via the frontend</strong><br /><br />
Phliips Hue will now be auto discovered and uses the new <code>configurator</code> component to interact with the user to finish the setup process.</p>
<p><strong>Wink Hub support</strong><br /><br />
Thanks to the work done by John McLaughlin and Geoff Norton we now support the lights, switches and sensors that are connected to the Wink hub.</p>
<p><strong>The getting started guide and component page have been reorganized</strong><br /><br />
The getting started instructions have been split into separate pages per component and a general overview page. The goal is to have a page per component that describes:</p>
<ul>
<li>What it does</li>
<li>How to set it up</li>
<li>Which states it maintains</li>
<li>Which services it provides</li>
<li>Additional development tips</li>
</ul>
<p><strong>More reasonable errors</strong><br /><br />
Home Assistant should now throw better errors and offer solutions if you do not have the right version of Python 3, forgot to clone the git submodules or install the dependencies.</p>
<p><strong>Streamlined first launch</strong><br /><br />
Home Assistant now supports <code>--open-ui</code> and <code>--demo-mode</code> command line properties to open the browser automatically and have something to show. Home Assistant now supports to be run without a password, allowing the interface to login automatically on launch.</p>
</div>
</article>
<hr>
<article class="listing"> <article class="listing">
<header> <header>

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View file

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://home-assistant.io/blog/2016/02/20/community-highlights/</loc>
<lastmod>2016-02-20T09:06:00+00:00</lastmod>
</url>
<url> <url>
<loc>https://home-assistant.io/blog/2016/02/18/multi-room-audio-with-snapcast/</loc> <loc>https://home-assistant.io/blog/2016/02/18/multi-room-audio-with-snapcast/</loc>
<lastmod>2016-02-18T05:10:56+00:00</lastmod> <lastmod>2016-02-18T05:10:56+00:00</lastmod>
@ -1155,624 +1159,627 @@
<url> <url>
<loc>https://home-assistant.io/blog/2016/02/18/multi-room-audio-with-snapcast/</loc> <loc>https://home-assistant.io/blog/2016/02/18/multi-room-audio-with-snapcast/</loc>
</url> </url>
<url>
<loc>https://home-assistant.io/blog/2016/02/20/community-highlights/</loc>
</url>
<url> <url>
<loc>https://home-assistant.io/components/alarm_control_panel.html</loc> <loc>https://home-assistant.io/components/alarm_control_panel.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/alarm_control_panel.manual.html</loc> <loc>https://home-assistant.io/components/alarm_control_panel.manual.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/alarm_control_panel.mqtt.html</loc> <loc>https://home-assistant.io/components/alarm_control_panel.mqtt.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/arduino.html</loc> <loc>https://home-assistant.io/components/arduino.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/automation.html</loc> <loc>https://home-assistant.io/components/automation.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/browser.html</loc> <loc>https://home-assistant.io/components/browser.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/camera.foscam.html</loc> <loc>https://home-assistant.io/components/camera.foscam.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/camera.generic.html</loc> <loc>https://home-assistant.io/components/camera.generic.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/configurator.html</loc> <loc>https://home-assistant.io/components/configurator.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/conversation.html</loc> <loc>https://home-assistant.io/components/conversation.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_sun_light_trigger.html</loc> <loc>https://home-assistant.io/components/device_sun_light_trigger.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.actiontec.html</loc> <loc>https://home-assistant.io/components/device_tracker.actiontec.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.aruba.html</loc> <loc>https://home-assistant.io/components/device_tracker.aruba.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.asuswrt.html</loc> <loc>https://home-assistant.io/components/device_tracker.asuswrt.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.ddwrt.html</loc> <loc>https://home-assistant.io/components/device_tracker.ddwrt.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.html</loc> <loc>https://home-assistant.io/components/device_tracker.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.locative.html</loc> <loc>https://home-assistant.io/components/device_tracker.locative.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.luci.html</loc> <loc>https://home-assistant.io/components/device_tracker.luci.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.mqtt.html</loc> <loc>https://home-assistant.io/components/device_tracker.mqtt.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.netgear.html</loc> <loc>https://home-assistant.io/components/device_tracker.netgear.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.nmap_scanner.html</loc> <loc>https://home-assistant.io/components/device_tracker.nmap_scanner.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.owntracks.html</loc> <loc>https://home-assistant.io/components/device_tracker.owntracks.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.snmp.html</loc> <loc>https://home-assistant.io/components/device_tracker.snmp.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.thomson.html</loc> <loc>https://home-assistant.io/components/device_tracker.thomson.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.tomato.html</loc> <loc>https://home-assistant.io/components/device_tracker.tomato.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.tplink.html</loc> <loc>https://home-assistant.io/components/device_tracker.tplink.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/device_tracker.ubus.html</loc> <loc>https://home-assistant.io/components/device_tracker.ubus.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/discovery.html</loc> <loc>https://home-assistant.io/components/discovery.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/downloader.html</loc> <loc>https://home-assistant.io/components/downloader.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/ecobee.html</loc> <loc>https://home-assistant.io/components/ecobee.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/group.html</loc> <loc>https://home-assistant.io/components/group.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/history.html</loc> <loc>https://home-assistant.io/components/history.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/ifttt.html</loc> <loc>https://home-assistant.io/components/ifttt.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/ifttt.manything.html</loc> <loc>https://home-assistant.io/components/ifttt.manything.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/introduction.html</loc> <loc>https://home-assistant.io/components/introduction.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/isy994.html</loc> <loc>https://home-assistant.io/components/isy994.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/keyboard.html</loc> <loc>https://home-assistant.io/components/keyboard.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/light.blinksticklight.html</loc> <loc>https://home-assistant.io/components/light.blinksticklight.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/light.html</loc> <loc>https://home-assistant.io/components/light.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/light.hue.html</loc> <loc>https://home-assistant.io/components/light.hue.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/light.hyperion.html</loc> <loc>https://home-assistant.io/components/light.hyperion.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/light.limitlessled.html</loc> <loc>https://home-assistant.io/components/light.limitlessled.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/light.rfxtrx.html</loc> <loc>https://home-assistant.io/components/light.rfxtrx.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/light.tellstick.html</loc> <loc>https://home-assistant.io/components/light.tellstick.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/light.vera.html</loc> <loc>https://home-assistant.io/components/light.vera.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/light.wink.html</loc> <loc>https://home-assistant.io/components/light.wink.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/lock.html</loc> <loc>https://home-assistant.io/components/lock.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/lock.wink.html</loc> <loc>https://home-assistant.io/components/lock.wink.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/logbook.html</loc> <loc>https://home-assistant.io/components/logbook.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/media_player.cast.html</loc> <loc>https://home-assistant.io/components/media_player.cast.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/media_player.denon.html</loc> <loc>https://home-assistant.io/components/media_player.denon.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/media_player.firetv.html</loc> <loc>https://home-assistant.io/components/media_player.firetv.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/media_player.html</loc> <loc>https://home-assistant.io/components/media_player.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/media_player.itunes.html</loc> <loc>https://home-assistant.io/components/media_player.itunes.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/media_player.kodi.html</loc> <loc>https://home-assistant.io/components/media_player.kodi.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/media_player.mpd.html</loc> <loc>https://home-assistant.io/components/media_player.mpd.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/media_player.plex.html</loc> <loc>https://home-assistant.io/components/media_player.plex.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/media_player.sonos.html</loc> <loc>https://home-assistant.io/components/media_player.sonos.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/media_player.squeezebox.html</loc> <loc>https://home-assistant.io/components/media_player.squeezebox.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/modbus.html</loc> <loc>https://home-assistant.io/components/modbus.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/mqtt.html</loc> <loc>https://home-assistant.io/components/mqtt.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.file.html</loc> <loc>https://home-assistant.io/components/notify.file.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.html</loc> <loc>https://home-assistant.io/components/notify.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.instapush.html</loc> <loc>https://home-assistant.io/components/notify.instapush.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.nma.html</loc> <loc>https://home-assistant.io/components/notify.nma.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.pushbullet.html</loc> <loc>https://home-assistant.io/components/notify.pushbullet.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.pushover.html</loc> <loc>https://home-assistant.io/components/notify.pushover.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.slack.html</loc> <loc>https://home-assistant.io/components/notify.slack.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.smtp.html</loc> <loc>https://home-assistant.io/components/notify.smtp.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.syslog.html</loc> <loc>https://home-assistant.io/components/notify.syslog.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.telegram.html</loc> <loc>https://home-assistant.io/components/notify.telegram.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/notify.xmpp.html</loc> <loc>https://home-assistant.io/components/notify.xmpp.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/rfxtrx.html</loc> <loc>https://home-assistant.io/components/rfxtrx.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/scene.html</loc> <loc>https://home-assistant.io/components/scene.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/script.html</loc> <loc>https://home-assistant.io/components/script.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.arduino.html</loc> <loc>https://home-assistant.io/components/sensor.arduino.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.arest.html</loc> <loc>https://home-assistant.io/components/sensor.arest.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.bitcoin.html</loc> <loc>https://home-assistant.io/components/sensor.bitcoin.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.command_sensor.html</loc> <loc>https://home-assistant.io/components/sensor.command_sensor.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.cpuspeed.html</loc> <loc>https://home-assistant.io/components/sensor.cpuspeed.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.dht.html</loc> <loc>https://home-assistant.io/components/sensor.dht.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.ecobee.html</loc> <loc>https://home-assistant.io/components/sensor.ecobee.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.efergy.html</loc> <loc>https://home-assistant.io/components/sensor.efergy.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.forecast.html</loc> <loc>https://home-assistant.io/components/sensor.forecast.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.glances.html</loc> <loc>https://home-assistant.io/components/sensor.glances.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.html</loc> <loc>https://home-assistant.io/components/sensor.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.modbus.html</loc> <loc>https://home-assistant.io/components/sensor.modbus.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.mqtt.html</loc> <loc>https://home-assistant.io/components/sensor.mqtt.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.mysensors.html</loc> <loc>https://home-assistant.io/components/sensor.mysensors.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.openweathermap.html</loc> <loc>https://home-assistant.io/components/sensor.openweathermap.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.rest.html</loc> <loc>https://home-assistant.io/components/sensor.rest.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.rfxtrx.html</loc> <loc>https://home-assistant.io/components/sensor.rfxtrx.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.rpi_gpio.html</loc> <loc>https://home-assistant.io/components/sensor.rpi_gpio.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.sabnzbd.html</loc> <loc>https://home-assistant.io/components/sensor.sabnzbd.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.speedtest.html</loc> <loc>https://home-assistant.io/components/sensor.speedtest.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.swiss_public_transport.html</loc> <loc>https://home-assistant.io/components/sensor.swiss_public_transport.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.systemmonitor.html</loc> <loc>https://home-assistant.io/components/sensor.systemmonitor.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.tellstick.html</loc> <loc>https://home-assistant.io/components/sensor.tellstick.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.temper.html</loc> <loc>https://home-assistant.io/components/sensor.temper.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.time_date.html</loc> <loc>https://home-assistant.io/components/sensor.time_date.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.transmission.html</loc> <loc>https://home-assistant.io/components/sensor.transmission.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.vera.html</loc> <loc>https://home-assistant.io/components/sensor.vera.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.wink.html</loc> <loc>https://home-assistant.io/components/sensor.wink.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sensor.worldclock.html</loc> <loc>https://home-assistant.io/components/sensor.worldclock.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/shell_command.html</loc> <loc>https://home-assistant.io/components/shell_command.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/simple_alarm.html</loc> <loc>https://home-assistant.io/components/simple_alarm.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/sun.html</loc> <loc>https://home-assistant.io/components/sun.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.arduino.html</loc> <loc>https://home-assistant.io/components/switch.arduino.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.arest.html</loc> <loc>https://home-assistant.io/components/switch.arest.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.command_switch.html</loc> <loc>https://home-assistant.io/components/switch.command_switch.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.edimax.html</loc> <loc>https://home-assistant.io/components/switch.edimax.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.hikvision.html</loc> <loc>https://home-assistant.io/components/switch.hikvision.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.html</loc> <loc>https://home-assistant.io/components/switch.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.modbus.html</loc> <loc>https://home-assistant.io/components/switch.modbus.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.mqtt.html</loc> <loc>https://home-assistant.io/components/switch.mqtt.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.rest.html</loc> <loc>https://home-assistant.io/components/switch.rest.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.rfxtrx.html</loc> <loc>https://home-assistant.io/components/switch.rfxtrx.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.rpi_gpio.html</loc> <loc>https://home-assistant.io/components/switch.rpi_gpio.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.tellstick.html</loc> <loc>https://home-assistant.io/components/switch.tellstick.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.transmission.html</loc> <loc>https://home-assistant.io/components/switch.transmission.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.vera.html</loc> <loc>https://home-assistant.io/components/switch.vera.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.wemo.html</loc> <loc>https://home-assistant.io/components/switch.wemo.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/switch.wink.html</loc> <loc>https://home-assistant.io/components/switch.wink.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/tellstick.html</loc> <loc>https://home-assistant.io/components/tellstick.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/thermostat.ecobee.html</loc> <loc>https://home-assistant.io/components/thermostat.ecobee.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/thermostat.heat_control.html</loc> <loc>https://home-assistant.io/components/thermostat.heat_control.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/thermostat.html</loc> <loc>https://home-assistant.io/components/thermostat.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/thermostat.nest.html</loc> <loc>https://home-assistant.io/components/thermostat.nest.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/thermostat.radiotherm.html</loc> <loc>https://home-assistant.io/components/thermostat.radiotherm.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/vera.html</loc> <loc>https://home-assistant.io/components/vera.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/verisure.html</loc> <loc>https://home-assistant.io/components/verisure.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/wink.html</loc> <loc>https://home-assistant.io/components/wink.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/zone.html</loc> <loc>https://home-assistant.io/components/zone.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/components/zwave.html</loc> <loc>https://home-assistant.io/components/zwave.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/demo/frontend.html</loc> <loc>https://home-assistant.io/demo/frontend.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/demo/index.html</loc> <loc>https://home-assistant.io/demo/index.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/developers/add_new_platform.html</loc> <loc>https://home-assistant.io/developers/add_new_platform.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/developers/api.html</loc> <loc>https://home-assistant.io/developers/api.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/developers/architecture.html</loc> <loc>https://home-assistant.io/developers/architecture.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/developers/creating_components.html</loc> <loc>https://home-assistant.io/developers/creating_components.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/developers/credits.html</loc> <loc>https://home-assistant.io/developers/credits.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/developers/frontend.html</loc> <loc>https://home-assistant.io/developers/frontend.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/developers/python_api.html</loc> <loc>https://home-assistant.io/developers/python_api.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/developers/rest_api.html</loc> <loc>https://home-assistant.io/developers/rest_api.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/developers/website.html</loc> <loc>https://home-assistant.io/developers/website.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/getting-started/android.html</loc> <loc>https://home-assistant.io/getting-started/android.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/getting-started/automation.html</loc> <loc>https://home-assistant.io/getting-started/automation.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/getting-started/autostart.html</loc> <loc>https://home-assistant.io/getting-started/autostart.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/getting-started/configuration.html</loc> <loc>https://home-assistant.io/getting-started/configuration.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/getting-started/devices.html</loc> <loc>https://home-assistant.io/getting-started/devices.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/getting-started/presence-detection.html</loc> <loc>https://home-assistant.io/getting-started/presence-detection.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/getting-started/troubleshooting-configuration.html</loc> <loc>https://home-assistant.io/getting-started/troubleshooting-configuration.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/getting-started/troubleshooting.html</loc> <loc>https://home-assistant.io/getting-started/troubleshooting.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc> <loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://home-assistant.io/static/mdi-demo.html</loc> <loc>https://home-assistant.io/static/mdi-demo.html</loc>
<lastmod>2016-02-20T09:26:14+00:00</lastmod> <lastmod>2016-02-20T09:54:50+00:00</lastmod>
</url> </url>
</urlset> </urlset>