Site updated at 2015-12-18 03:00:35 UTC
This commit is contained in:
parent
2d2a6e49e4
commit
5ddb1dac36
112 changed files with 3879 additions and 3743 deletions
|
@ -113,7 +113,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>
|
||||
|
@ -260,8 +260,28 @@ Support for Temper temperature sensors has been contributed by <a href="https://
|
|||
<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="sharing aside-module grid__item one-whole lap-one-half">
|
||||
|
||||
<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"
|
||||
|
@ -302,7 +322,7 @@ Support for Temper temperature sensors has been contributed by <a href="https://
|
|||
}(document, 'script', 'facebook-jssdk'));
|
||||
</script>
|
||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||
<h1 class="title delta">Other Posts</h1>
|
||||
<h1 class="title delta">Recent Posts</h1>
|
||||
<ul class="divided">
|
||||
|
||||
|
||||
|
@ -338,8 +358,7 @@ Support for Temper temperature sensors has been contributed by <a href="https://
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue