Site updated at 2017-10-29 13:20:31 UTC
This commit is contained in:
parent
4cc894257c
commit
2fa4babea3
225 changed files with 1852 additions and 1361 deletions
|
@ -67,6 +67,48 @@
|
|||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
<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>Release-Notes</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 />
|
||||
Phliips Hue will now be auto discovered and uses the new <code class="highlighter-rouge">configurator</code> component to interact with the user to finish the setup process.</p>
|
||||
<p><strong>Wink Hub support</strong><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 />
|
||||
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 />
|
||||
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 />
|
||||
Home Assistant now supports <code class="highlighter-rouge">--open-ui</code> and <code class="highlighter-rouge">--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">
|
||||
<header>
|
||||
<h1 class="beta">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue