Site updated at 2017-11-06 16:13:07 UTC

This commit is contained in:
Travis CI 2017-11-06 16:13:08 +00:00
parent 4a8d1ceb7f
commit 559972a4bc
225 changed files with 1751 additions and 1643 deletions

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Announcements | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/announcements/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -157,6 +157,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -169,9 +172,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<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/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>
@ -13,6 +13,28 @@
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Translating Home Assistant]]></title>
<link href="https://home-assistant.io/blog/2017/11/05/frontend-translations/"/>
<updated>2017-11-06T01:00:00+00:00</updated>
<id>https://home-assistant.io/blog/2017/11/05/frontend-translations</id>
<content type="html"><![CDATA[<p class='img'>
<img src='/images/blog/2017-11-0.57/languages.png' alt='The Home Assistant sidebar in 12 different languages'>
The Home Assistant sidebar in 12 different languages.
</p>
## <a class='title-link' name='translations' href='#translations'></a> Translations
As mentioned in the [0.57 release notes](https://home-assistant.io/blog/2017/11/04/release-57/), Home Assistant has launched a translated frontend. With the immediate influx of translations, weve made integration with a translation tool a top priority. [@c727] took the initiative to evaluate several tools, and were happy to announce that Home Assistant will be partnering with [Lokalise](https://lokalise.co/) to manage our translations!
Lokalise allows us to open up translations for all of our multilingual users willing to contribute. Users can join the project using our [public signup link](https://lokalise.co/signup/3420425759f6d6d241f598.13594006/all/), and start translating right away. Weve created a [translation startup guide](https://home-assistant.io/developers/frontend_translation/) with additional details about how to contribute. Instructions are provided there for how to request a new language.
Now that we have a system in place, expect a lot more of the interface to be translatable soon. We still have some technical hurdles to overcome, but the hardest work is behind us now. The community has already done an outstanding job of providing translations. The future is looking bright!
[@c727]: https://github.com/c727
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Templates, dates and times]]></title>
<link href="https://home-assistant.io/blog/2017/10/15/templating-date-time/"/>
@ -186,23 +208,6 @@ Just like last year, we'll be hosting a [Home Assistant Open Space](https://us.p
We will also be taken part in the [development sprints](https://us.pycon.org/2017/community/sprints/) from Monday-Wednesday. You only need to bring a laptop. We'll help you get set up with a dev environment and you can be coding on top of Home Assistant in no time. ~~Exact location inside the conference center to be announced.~~ **We are sitting in room A108.**
On a final note, the Home Assistant community is very very active so don't take it personal if we don't remember your name, issue or contribution.
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Grazer Linuxtage 2017: Python Everywhere]]></title>
<link href="https://home-assistant.io/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere/"/>
<updated>2017-05-07T02:00:00+00:00</updated>
<id>https://home-assistant.io/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere</id>
<content type="html"><![CDATA[I like Python. It's a clean easy to read, easy to learn language. Yet when you use it for some time you still find more features to improve your coding. What I probably like most about Python is the community and the great libraries that already exist. Often solving a problem means including a pre-existing library and writing some glue code. That makes it quick to get things up and running.
I just gave a talk on how you can run Python to automate your home (yes with Home-Assistant) but also with [MicroPython]. Micropython allows you to run Python on your DIY sensors and switches around your home. Python everywhere - even on the chips that give Home-Assistant the data to be awesome.
<div class='videoWrapper'>
<iframe width="560" height="315" src="https://www.youtube.com/embed/KNFZSSCPUyM" frameborder="0" allowfullscreen></iframe>
</div>
[MicroPython]: https://micropython.org
]]></content>
</entry>

View file

@ -79,6 +79,27 @@
<h2>2017</h2>
<article>
<div class="grid">
<div class="grid__item one-fifth palm-one-whole">
<time datetime="2017-11-06T01:00:00+00:00" pubdate>
<span class='month'>Nov</span> <span class='day'>05</span>
</time>
</div>
<div class="grid__item four-fifths palm-one-whole">
<h1 class="gamma"><a href="/blog/2017/11/05/frontend-translations/">Translating Home Assistant</a></h1>
<footer class="meta">
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
<li>Community</li>
</ul>
</span>
</footer>
<hr class="divider">
</div>
</div>
</article>
<article>
<div class="grid">
<div class="grid__item one-fifth palm-one-whole">
<time datetime="2017-10-15T06:00:00+00:00" pubdate>
<span class='month'>Oct</span> <span class='day'>15</span>
@ -436,6 +457,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -448,9 +472,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Device-Tracking | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/device-tracking/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -138,6 +138,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -150,9 +153,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<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/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -186,6 +186,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -198,9 +201,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<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/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -697,6 +697,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -709,9 +712,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: iBeacons | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/ibeacons/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -161,6 +161,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -173,9 +176,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Internet-of-Things | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/internet-of-things/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -222,6 +222,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -234,9 +237,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: IoT-Data | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/iot-data/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -181,6 +181,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -193,9 +196,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Media | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/media/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -325,6 +325,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -337,9 +340,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Merchandise | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/merchandise/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -136,6 +136,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -148,9 +151,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Micropython | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/micropython/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -185,6 +185,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -197,9 +200,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<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/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -207,6 +207,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -219,9 +222,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Organisation | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/organisation/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -201,6 +201,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -213,9 +216,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: OwnTracks | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/owntracks/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -161,6 +161,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -173,9 +176,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Presence-Detection | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/presence-detection/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -138,6 +138,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -150,9 +153,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<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/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -158,6 +158,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -170,9 +173,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<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/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -1651,6 +1651,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -1663,9 +1666,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<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/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -136,6 +136,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -148,9 +151,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Talks | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/talks/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -137,6 +137,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -149,9 +152,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Technology | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/technology/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -305,6 +305,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -317,9 +320,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<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/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -158,6 +158,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -170,9 +173,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Video | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/video/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -267,6 +267,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -279,9 +282,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Website | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/website/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-06T15:35:09+00:00</updated>
<updated>2017-11-06T16:02:30+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -158,6 +158,9 @@
<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/2017/11/05/frontend-translations/">Translating Home Assistant</a>
</li>
<li class="post">
<a href="/blog/2017/11/04/release-57/">0.57: Translations, Hacktoberfest, Timers</a>
</li>
@ -170,9 +173,6 @@
<li class="post">
<a href="/blog/2017/10/23/simple-analog-sensor/">Serial analog sensor</a>
</li>
<li class="post">
<a href="/blog/2017/10/21/release-56/">0.56: Skybell, Google Assistant, Travis CI and Toon</a>
</li>
</ul>
</section>
</div>