Site updated at 2016-06-18 20:33:32 UTC
This commit is contained in:
parent
0d29db739a
commit
b12c4f2b61
533 changed files with 5610 additions and 2393 deletions
20
index.html
20
index.html
|
@ -20,14 +20,14 @@
|
|||
<meta property="og:url" content="https://home-assistant.io/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a minute.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Home Assistant">
|
||||
<meta name="twitter:description" content="Open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a minute.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -115,9 +115,9 @@ Home Assistant is an open-source home automation platform running on Python 3. T
|
|||
<div class="grid">
|
||||
<div class="grid__item one-third lap-one-third palm-one-whole">
|
||||
<div class='current-version material-card text'>
|
||||
<h1>Current: 0.21.2</h1>
|
||||
Released: <span class='release-date'>June 15, 2016</span><br>
|
||||
<a href='/blog/2016/06/08/super-fast-web-enocean-lirc/'>Release notes</a>
|
||||
<h1>Current: 0.22</h1>
|
||||
Released: <span class='release-date'>June 18, 2016</span><br>
|
||||
<a href='/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/'>Release notes</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__item two-thirds lap-two-thirds palm-one-whole">
|
||||
|
@ -125,6 +125,11 @@ Home Assistant is an open-source home automation platform running on Python 3. T
|
|||
<h1>Recent Blog Posts</h1>
|
||||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/">0.22: Pandora, BT Home Hub 5 and local file camera.</a>
|
||||
<small class='blog-date'>June 18, 2016</small>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2016/06/13/home-assistant-at-pycon-2016/">Home Assistant at PyCon 2016</a>
|
||||
<small class='blog-date'>June 13, 2016</small>
|
||||
|
@ -135,11 +140,6 @@ Home Assistant is an open-source home automation platform running on Python 3. T
|
|||
<small class='blog-date'>June 8, 2016</small>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2016/06/01/community-highlights/">Community Highlights</a>
|
||||
<small class='blog-date'>June 1, 2016</small>
|
||||
</li>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue