Site updated at 2015-12-18 03:00:35 UTC

This commit is contained in:
Paulus Schoutsen 2015-12-17 19:00:36 -08:00
parent 2d2a6e49e4
commit 5ddb1dac36
112 changed files with 3879 additions and 3743 deletions

View file

@ -154,7 +154,7 @@
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
@ -221,7 +221,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
@ -277,7 +277,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
@ -329,7 +329,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/core/'>core</a></li>
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
@ -399,7 +399,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
@ -473,7 +473,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
@ -542,7 +542,7 @@ Andythigpen has contributed a script component. This allows users to create a se
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
@ -629,7 +629,7 @@ An initial version of voice control for Home Assistant has landed. The current i
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/branding/'>branding</a></li>
<li><a class='category' href='/blog/categories/branding/'>Branding</a></li>
</ul>
@ -677,7 +677,7 @@ The old logo, the new detailed logo and the new simple logo.
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/core/'>core</a></li>
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
@ -724,7 +724,7 @@ The old logo, the new detailed logo and the new simple logo.
<ul class="tags unstyled">
<li><a class='category' href='/blog/categories/frontend/'>frontend</a></li>
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
</ul>
@ -769,6 +769,62 @@ The old logo, the new detailed logo and the new simple logo.
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
<div class="grid">
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
<form action="https://www.google.com/search" method="get">
<input type="hidden" name="q" value="site:https://home-assistant.io" />
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
<button type="submit"><i class="icon-search"></i></button>
</form>
</section>
<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/'>Open the online demo</a></li>
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
</ul>
</section>
<section class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Categories</h1>
<ul class="divided">
<li><a href="/blog/categories/Architecture/">Architecture</a></li>
<li><a href="/blog/categories/Branding/">Branding</a></li>
<li><a href="/blog/categories/Community/">Community</a></li>
<li><a href="/blog/categories/ESP8266/">ESP8266</a></li>
<li><a href="/blog/categories/How-To/">How To</a></li>
<li><a href="/blog/categories/MQTT/">MQTT</a></li>
<li><a href="/blog/categories/Public-Service-Announcement/">Public Service Announcement</a></li>
<li><a href="/blog/categories/Release-Notes/">Release Notes</a></li>
<li><a href="/blog/categories/Survey/">Survey</a></li>
<li><a href="/blog/categories/User-Stories/">User Stories</a></li>
</ul>
</section>
</div>
</aside>
</div>
</div>