Site updated at 2018-01-17 12:29:18 UTC

This commit is contained in:
Travis CI 2018-01-17 12:29:18 +00:00
parent 6ee5a9a7e6
commit 0588f1a95f
37 changed files with 260 additions and 90 deletions

View file

@ -4,7 +4,7 @@
<title><![CDATA[Home Assistant]]></title>
<link href="https://home-assistant.io/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>
@ -30,7 +30,23 @@
<h2><a class="title-link" name="hassio-updates" href="#hassio-updates"></a> Hass.io updates</h2>
<p>Pascal has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.</p>
<p><a href="https://github.com/pvizeli">@pvizeli</a> has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.</p>
<h2><a class="title-link" name="improved-loading-speed" href="#improved-loading-speed"></a> Improved loading speed</h2>
<p><a href="https://github.com/amelchio">@amelchio</a> has made startup of Home Assistant <em>even</em> faster. All service descriptions are now loaded only when needed by the frontend instead of during startup. This did mean that we had to enforce our service convention. We found a few platforms that didnt follow this and they have been updated:</p>
<div class="language-text highlighter-rouge"><pre class="highlight"><code>todoist.new_task -&gt; calendar.todoist_new_task
snapcast.snapcast_snapshot -&gt; media_player.snapcast_snapshot
snapcast.snapcast_restore -&gt; media_player.snapcast_restore
mopar.remote_command -&gt; sensor.mopar_remote_command
broadlink.learn_command_192_168_0_107 -&gt; switch.broadlink_learn_command_192_168_0_107
broadlink.send_packet_192_168_0_107 -&gt; switch.broadlink_send_packet_192_168_0_107
</code></pre>
</div>
<h2><a class="title-link" name="new-platforms" href="#new-platforms"></a> New Platforms</h2>
@ -48,6 +64,16 @@
<li>Coinbase.com sensor platform (<a href="https://github.com/nkgilley">@nkgilley</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11036">#11036</a>) (<a href="https://home-assistant.io/components/coinbase/">coinbase docs</a>) (<a href="https://home-assistant.io/components/sensor.coinbase/">sensor.coinbase docs</a>) (new-platform)</li>
</ul>
<h2><a class="title-link" name="release-0611---january-16" href="#release-0611---january-16"></a> Release 0.61.1 - January 16</h2>
<ul>
<li>Fix zha color probe (<a href="https://github.com/rcloran">@rcloran</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11670">#11670</a>) (<a href="https://home-assistant.io/components/zha/">zha docs</a>) (<a href="https://home-assistant.io/components/light.zha/">light.zha docs</a>)</li>
<li>Move several local services to their right domain (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11677">#11677</a>) (<a href="https://home-assistant.io/components/calendar.todoist/">calendar.todoist docs</a>) (<a href="https://home-assistant.io/components/media_player.snapcast/">media_player.snapcast docs</a>) (<a href="https://home-assistant.io/components/media_player.soundtouch/">media_player.soundtouch docs</a>) (<a href="https://home-assistant.io/components/sensor.mopar/">sensor.mopar docs</a>) (<a href="https://home-assistant.io/components/switch.broadlink/">switch.broadlink docs</a>) (<a href="https://home-assistant.io/components/switch.scsgate/">switch.scsgate docs</a>) (breaking change)</li>
<li>Rfxtrx fix (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11678">#11678</a>) (<a href="https://home-assistant.io/components/rfxtrx/">rfxtrx docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.rfxtrx/">binary_sensor.rfxtrx docs</a>)</li>
<li>History order bugfix and opt-in option (<a href="https://github.com/rwa">@rwa</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11686">#11686</a>) (<a href="https://home-assistant.io/components/history/">history docs</a>)</li>
<li>Fix purge with MariaDB / MySQL (<a href="https://github.com/tinloaf">@tinloaf</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11713">#11713</a>)</li>
</ul>
<h2><a class="title-link" name="if-you-need-help" href="#if-you-need-help"></a> If you need help…</h2>
<p>…dont hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://discord.gg/c5DvZ4e">chat</a>. The release notes have comments enabled but its preferred if you use the former communication channels. Thanks.</p>
@ -159,7 +185,23 @@ Note however, that this feature was replaced by a new ignore_string config optio
</div>
<p>(<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11499">#11499</a>) (<a href="https://home-assistant.io/components/cloud/">cloud docs</a>) (<a href="https://home-assistant.io/components/google_assistant/">google_assistant docs</a>) (breaking change)</p>
</li>
<li>The <code class="highlighter-rouge">climate.set_aux_heat</code> service is no longer available for the Sensibo cliamte platform. Now call <code class="highlighter-rouge">climate.turn_on</code> or <code class="highlighter-rouge">climate.turn_off</code>. (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11579">#11579</a>) (<a href="https://home-assistant.io/components/climate.sensibo/">climate.sensibo docs</a>) (breaking change)</li>
<li>The <code class="highlighter-rouge">climate.set_aux_heat</code> service is no longer available for the Sensibo climate platform. Now call <code class="highlighter-rouge">climate.turn_on</code> or <code class="highlighter-rouge">climate.turn_off</code>. (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11579">#11579</a>) (<a href="https://home-assistant.io/components/climate.sensibo/">climate.sensibo docs</a>) (breaking change)</li>
<li>
<p>Release 0.61.0 introduced a lazy service loading strategy that relied on all components and platforms following our naming convention. After the release we realized that not all services did, which have been addressed by this fix. This results in certain services changing names:</p>
<div class="highlighter-rouge"><pre class="highlight"><code> todoist.new_task -&gt; calendar.todoist_new_task
snapcast.snapcast_snapshot -&gt; media_player.snapcast_snapshot
snapcast.snapcast_restore -&gt; media_player.snapcast_restore
mopar.remote_command -&gt; sensor.mopar_remote_command
broadlink.learn_command_192_168_0_107 -&gt; switch.broadlink_learn_command_192_168_0_107
broadlink.send_packet_192_168_0_107 -&gt; switch.broadlink_send_packet_192_168_0_107
</code></pre>
</div>
<p>(<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11677">#11677</a>) (<a href="https://home-assistant.io/components/calendar.todoist/">calendar.todoist docs</a>) (<a href="https://home-assistant.io/components/media_player.snapcast/">media_player.snapcast docs</a>) (<a href="https://home-assistant.io/components/media_player.soundtouch/">media_player.soundtouch docs</a>) (<a href="https://home-assistant.io/components/sensor.mopar/">sensor.mopar docs</a>) (<a href="https://home-assistant.io/components/switch.broadlink/">switch.broadlink docs</a>) (<a href="https://home-assistant.io/components/switch.scsgate/">switch.scsgate docs</a>) (breaking change)</p>
</li>
</ul>
<h2><a class="title-link" name="all-changes" href="#all-changes"></a> All changes</h2>

View file

@ -74,7 +74,7 @@
<div class="meta clearfix">
<time datetime="2018-01-14T18:00:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 14, 2018</time>
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
<span><i class='icon-time'></i> 22 minutes reading time</span>
<span><i class='icon-time'></i> 23 minutes reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
@ -92,7 +92,20 @@
<h2><a class="title-link" name="assistant-configs" href="#assistant-configs"></a> Assistant configs</h2>
<p>We made a mistake in the foundation of both the Google Assistant and Alexa integrations: they were storing their config inside customize. This is not the right place and we moved them to be under the components itself. See the breaking changes section on how to migrate.</p>
<h2><a class="title-link" name="hassio-updates" href="#hassio-updates"></a> Hass.io updates</h2>
<p>Pascal has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.</p>
<p><a href="https://github.com/pvizeli">@pvizeli</a> has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.</p>
<h2><a class="title-link" name="improved-loading-speed" href="#improved-loading-speed"></a> Improved loading speed</h2>
<p><a href="https://github.com/amelchio">@amelchio</a> has made startup of Home Assistant <em>even</em> faster. All service descriptions are now loaded only when needed by the frontend instead of during startup. This did mean that we had to enforce our service convention. We found a few platforms that didnt follow this and they have been updated:</p>
<div class="language-text highlighter-rouge"><pre class="highlight"><code>todoist.new_task -&gt; calendar.todoist_new_task
snapcast.snapcast_snapshot -&gt; media_player.snapcast_snapshot
snapcast.snapcast_restore -&gt; media_player.snapcast_restore
mopar.remote_command -&gt; sensor.mopar_remote_command
broadlink.learn_command_192_168_0_107 -&gt; switch.broadlink_learn_command_192_168_0_107
broadlink.send_packet_192_168_0_107 -&gt; switch.broadlink_send_packet_192_168_0_107
</code></pre>
</div>
<h2><a class="title-link" name="new-platforms" href="#new-platforms"></a> New Platforms</h2>
<ul>
<li>Add Discogs Sensor platform (<a href="https://github.com/thibmaek">@thibmaek</a> - <a href="https://github.com/home-assistant/home-assistant/pull/10957">#10957</a>) (<a href="https://home-assistant.io/components/sensor.discogs/">sensor.discogs docs</a>) (new-platform)</li>
@ -107,6 +120,14 @@
<li>Add Dark Sky weather component (<a href="https://github.com/DanNixon">@DanNixon</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11435">#11435</a>) (<a href="https://home-assistant.io/components/weather.darksky/">weather.darksky docs</a>) (new-platform)</li>
<li>Coinbase.com sensor platform (<a href="https://github.com/nkgilley">@nkgilley</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11036">#11036</a>) (<a href="https://home-assistant.io/components/coinbase/">coinbase docs</a>) (<a href="https://home-assistant.io/components/sensor.coinbase/">sensor.coinbase docs</a>) (new-platform)</li>
</ul>
<h2><a class="title-link" name="release-0611---january-16" href="#release-0611---january-16"></a> Release 0.61.1 - January 16</h2>
<ul>
<li>Fix zha color probe (<a href="https://github.com/rcloran">@rcloran</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11670">#11670</a>) (<a href="https://home-assistant.io/components/zha/">zha docs</a>) (<a href="https://home-assistant.io/components/light.zha/">light.zha docs</a>)</li>
<li>Move several local services to their right domain (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11677">#11677</a>) (<a href="https://home-assistant.io/components/calendar.todoist/">calendar.todoist docs</a>) (<a href="https://home-assistant.io/components/media_player.snapcast/">media_player.snapcast docs</a>) (<a href="https://home-assistant.io/components/media_player.soundtouch/">media_player.soundtouch docs</a>) (<a href="https://home-assistant.io/components/sensor.mopar/">sensor.mopar docs</a>) (<a href="https://home-assistant.io/components/switch.broadlink/">switch.broadlink docs</a>) (<a href="https://home-assistant.io/components/switch.scsgate/">switch.scsgate docs</a>) (breaking change)</li>
<li>Rfxtrx fix (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11678">#11678</a>) (<a href="https://home-assistant.io/components/rfxtrx/">rfxtrx docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.rfxtrx/">binary_sensor.rfxtrx docs</a>)</li>
<li>History order bugfix and opt-in option (<a href="https://github.com/rwa">@rwa</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11686">#11686</a>) (<a href="https://home-assistant.io/components/history/">history docs</a>)</li>
<li>Fix purge with MariaDB / MySQL (<a href="https://github.com/tinloaf">@tinloaf</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11713">#11713</a>)</li>
</ul>
<h2><a class="title-link" name="if-you-need-help" href="#if-you-need-help"></a> If you need help…</h2>
<p>…dont hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://discord.gg/c5DvZ4e">chat</a>. The release notes have comments enabled but its preferred if you use the former communication channels. Thanks.</p>
<h2><a class="title-link" name="reporting-issues" href="#reporting-issues"></a> Reporting Issues</h2>
@ -206,7 +227,22 @@ Note however, that this feature was replaced by a new ignore_string config optio
</div>
<p>(<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11499">#11499</a>) (<a href="https://home-assistant.io/components/cloud/">cloud docs</a>) (<a href="https://home-assistant.io/components/google_assistant/">google_assistant docs</a>) (breaking change)</p>
</li>
<li>The <code class="highlighter-rouge">climate.set_aux_heat</code> service is no longer available for the Sensibo cliamte platform. Now call <code class="highlighter-rouge">climate.turn_on</code> or <code class="highlighter-rouge">climate.turn_off</code>. (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11579">#11579</a>) (<a href="https://home-assistant.io/components/climate.sensibo/">climate.sensibo docs</a>) (breaking change)</li>
<li>The <code class="highlighter-rouge">climate.set_aux_heat</code> service is no longer available for the Sensibo climate platform. Now call <code class="highlighter-rouge">climate.turn_on</code> or <code class="highlighter-rouge">climate.turn_off</code>. (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11579">#11579</a>) (<a href="https://home-assistant.io/components/climate.sensibo/">climate.sensibo docs</a>) (breaking change)</li>
<li>
<p>Release 0.61.0 introduced a lazy service loading strategy that relied on all components and platforms following our naming convention. After the release we realized that not all services did, which have been addressed by this fix. This results in certain services changing names:</p>
<div class="highlighter-rouge"><pre class="highlight"><code> todoist.new_task -&gt; calendar.todoist_new_task
snapcast.snapcast_snapshot -&gt; media_player.snapcast_snapshot
snapcast.snapcast_restore -&gt; media_player.snapcast_restore
mopar.remote_command -&gt; sensor.mopar_remote_command
broadlink.learn_command_192_168_0_107 -&gt; switch.broadlink_learn_command_192_168_0_107
broadlink.send_packet_192_168_0_107 -&gt; switch.broadlink_send_packet_192_168_0_107
</code></pre>
</div>
<p>(<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11677">#11677</a>) (<a href="https://home-assistant.io/components/calendar.todoist/">calendar.todoist docs</a>) (<a href="https://home-assistant.io/components/media_player.snapcast/">media_player.snapcast docs</a>) (<a href="https://home-assistant.io/components/media_player.soundtouch/">media_player.soundtouch docs</a>) (<a href="https://home-assistant.io/components/sensor.mopar/">sensor.mopar docs</a>) (<a href="https://home-assistant.io/components/switch.broadlink/">switch.broadlink docs</a>) (<a href="https://home-assistant.io/components/switch.scsgate/">switch.scsgate docs</a>) (breaking change)</p>
</li>
</ul>
<h2><a class="title-link" name="all-changes" href="#all-changes"></a> All changes</h2>
<ul>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>
@ -30,7 +30,23 @@ We made a mistake in the foundation of both the Google Assistant and Alexa integ
## <a class='title-link' name='hassio-updates' href='#hassio-updates'></a> Hass.io updates
Pascal has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.
[@pvizeli] has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.
## <a class='title-link' name='improved-loading-speed' href='#improved-loading-speed'></a> Improved loading speed
[@amelchio] has made startup of Home Assistant _even_ faster. All service descriptions are now loaded only when needed by the frontend instead of during startup. This did mean that we had to enforce our service convention. We found a few platforms that didn't follow this and they have been updated:
```text
todoist.new_task -> calendar.todoist_new_task
snapcast.snapcast_snapshot -> media_player.snapcast_snapshot
snapcast.snapcast_restore -> media_player.snapcast_restore
mopar.remote_command -> sensor.mopar_remote_command
broadlink.learn_command_192_168_0_107 -> switch.broadlink_learn_command_192_168_0_107
broadlink.send_packet_192_168_0_107 -> switch.broadlink_send_packet_192_168_0_107
```
## <a class='title-link' name='new-platforms' href='#new-platforms'></a> New Platforms
@ -46,6 +62,14 @@ Pascal has made it easier to create and restore snapshots for Hass.io by calling
- Add Dark Sky weather component ([@DanNixon] - [#11435]) ([weather.darksky docs]) (new-platform)
- Coinbase.com sensor platform ([@nkgilley] - [#11036]) ([coinbase docs]) ([sensor.coinbase docs]) (new-platform)
## <a class='title-link' name='release-0611---january-16' href='#release-0611---january-16'></a> Release 0.61.1 - January 16
- Fix zha color probe ([@rcloran] - [#11670]) ([zha docs]) ([light.zha docs])
- Move several local services to their right domain ([@amelchio] - [#11677]) ([calendar.todoist docs]) ([media_player.snapcast docs]) ([media_player.soundtouch docs]) ([sensor.mopar docs]) ([switch.broadlink docs]) ([switch.scsgate docs]) (breaking change)
- Rfxtrx fix ([@danielhiversen] - [#11678]) ([rfxtrx docs]) ([binary_sensor.rfxtrx docs])
- History order bugfix and opt-in option ([@rwa] - [#11686]) ([history docs])
- Fix purge with MariaDB / MySQL ([@tinloaf] - [#11713])
## <a class='title-link' name='if-you-need-help' href='#if-you-need-help'></a> If you need help...
...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
@ -126,7 +150,22 @@ Note however, that this feature was replaced by a new ignore_string config optio
type: light
```
([@balloob] - [#11499]) ([cloud docs]) ([google_assistant docs]) (breaking change)
- The `climate.set_aux_heat` service is no longer available for the Sensibo cliamte platform. Now call `climate.turn_on` or `climate.turn_off`. ([@andrey-git] - [#11579]) ([climate.sensibo docs]) (breaking change)
- The `climate.set_aux_heat` service is no longer available for the Sensibo climate platform. Now call `climate.turn_on` or `climate.turn_off`. ([@andrey-git] - [#11579]) ([climate.sensibo docs]) (breaking change)
- Release 0.61.0 introduced a lazy service loading strategy that relied on all components and platforms following our naming convention. After the release we realized that not all services did, which have been addressed by this fix. This results in certain services changing names:
```
todoist.new_task -> calendar.todoist_new_task
snapcast.snapcast_snapshot -> media_player.snapcast_snapshot
snapcast.snapcast_restore -> media_player.snapcast_restore
mopar.remote_command -> sensor.mopar_remote_command
broadlink.learn_command_192_168_0_107 -> switch.broadlink_learn_command_192_168_0_107
broadlink.send_packet_192_168_0_107 -> switch.broadlink_send_packet_192_168_0_107
```
([@amelchio] - [#11677]) ([calendar.todoist docs]) ([media_player.snapcast docs]) ([media_player.soundtouch docs]) ([sensor.mopar docs]) ([switch.broadlink docs]) ([switch.scsgate docs]) (breaking change)
## <a class='title-link' name='all-changes' href='#all-changes'></a> All changes
@ -742,6 +781,27 @@ Note however, that this feature was replaced by a new ignore_string config optio
[websocket_api docs]: https://home-assistant.io/components/websocket_api/
[wemo docs]: https://home-assistant.io/components/wemo/
[zigbee docs]: https://home-assistant.io/components/zigbee/
[#11670]: https://github.com/home-assistant/home-assistant/pull/11670
[#11677]: https://github.com/home-assistant/home-assistant/pull/11677
[#11678]: https://github.com/home-assistant/home-assistant/pull/11678
[#11686]: https://github.com/home-assistant/home-assistant/pull/11686
[#11713]: https://github.com/home-assistant/home-assistant/pull/11713
[@amelchio]: https://github.com/amelchio
[@danielhiversen]: https://github.com/danielhiversen
[@rcloran]: https://github.com/rcloran
[@rwa]: https://github.com/rwa
[@tinloaf]: https://github.com/tinloaf
[binary_sensor.rfxtrx docs]: https://home-assistant.io/components/binary_sensor.rfxtrx/
[calendar.todoist docs]: https://home-assistant.io/components/calendar.todoist/
[history docs]: https://home-assistant.io/components/history/
[light.zha docs]: https://home-assistant.io/components/light.zha/
[media_player.snapcast docs]: https://home-assistant.io/components/media_player.snapcast/
[media_player.soundtouch docs]: https://home-assistant.io/components/media_player.soundtouch/
[rfxtrx docs]: https://home-assistant.io/components/rfxtrx/
[sensor.mopar docs]: https://home-assistant.io/components/sensor.mopar/
[switch.broadlink docs]: https://home-assistant.io/components/switch.broadlink/
[switch.scsgate docs]: https://home-assistant.io/components/switch.scsgate/
[zha docs]: https://home-assistant.io/components/zha/
]]></content>
</entry>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

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>2018-01-16T08:41:35+00:00</updated>
<updated>2018-01-17T12:18:20+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -75,7 +75,7 @@
<div class="meta clearfix">
<time datetime="2018-01-14T18:00:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 14, 2018</time>
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
<span><i class='icon-time'></i> 22 minutes reading time</span>
<span><i class='icon-time'></i> 23 minutes reading time</span>
<span>
<i class="icon-tags"></i>
<ul class="tags unstyled">
@ -94,7 +94,20 @@
<h2><a class="title-link" name="assistant-configs" href="#assistant-configs"></a> Assistant configs</h2>
<p>We made a mistake in the foundation of both the Google Assistant and Alexa integrations: they were storing their config inside customize. This is not the right place and we moved them to be under the components itself. See the breaking changes section on how to migrate.</p>
<h2><a class="title-link" name="hassio-updates" href="#hassio-updates"></a> Hass.io updates</h2>
<p>Pascal has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.</p>
<p><a href="https://github.com/pvizeli">@pvizeli</a> has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.</p>
<h2><a class="title-link" name="improved-loading-speed" href="#improved-loading-speed"></a> Improved loading speed</h2>
<p><a href="https://github.com/amelchio">@amelchio</a> has made startup of Home Assistant <em>even</em> faster. All service descriptions are now loaded only when needed by the frontend instead of during startup. This did mean that we had to enforce our service convention. We found a few platforms that didnt follow this and they have been updated:</p>
<div class="language-text highlighter-rouge"><pre class="highlight"><code>todoist.new_task -&gt; calendar.todoist_new_task
snapcast.snapcast_snapshot -&gt; media_player.snapcast_snapshot
snapcast.snapcast_restore -&gt; media_player.snapcast_restore
mopar.remote_command -&gt; sensor.mopar_remote_command
broadlink.learn_command_192_168_0_107 -&gt; switch.broadlink_learn_command_192_168_0_107
broadlink.send_packet_192_168_0_107 -&gt; switch.broadlink_send_packet_192_168_0_107
</code></pre>
</div>
<h2><a class="title-link" name="new-platforms" href="#new-platforms"></a> New Platforms</h2>
<ul>
<li>Add Discogs Sensor platform (<a href="https://github.com/thibmaek">@thibmaek</a> - <a href="https://github.com/home-assistant/home-assistant/pull/10957">#10957</a>) (<a href="https://home-assistant.io/components/sensor.discogs/">sensor.discogs docs</a>) (new-platform)</li>
@ -109,6 +122,14 @@
<li>Add Dark Sky weather component (<a href="https://github.com/DanNixon">@DanNixon</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11435">#11435</a>) (<a href="https://home-assistant.io/components/weather.darksky/">weather.darksky docs</a>) (new-platform)</li>
<li>Coinbase.com sensor platform (<a href="https://github.com/nkgilley">@nkgilley</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11036">#11036</a>) (<a href="https://home-assistant.io/components/coinbase/">coinbase docs</a>) (<a href="https://home-assistant.io/components/sensor.coinbase/">sensor.coinbase docs</a>) (new-platform)</li>
</ul>
<h2><a class="title-link" name="release-0611---january-16" href="#release-0611---january-16"></a> Release 0.61.1 - January 16</h2>
<ul>
<li>Fix zha color probe (<a href="https://github.com/rcloran">@rcloran</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11670">#11670</a>) (<a href="https://home-assistant.io/components/zha/">zha docs</a>) (<a href="https://home-assistant.io/components/light.zha/">light.zha docs</a>)</li>
<li>Move several local services to their right domain (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11677">#11677</a>) (<a href="https://home-assistant.io/components/calendar.todoist/">calendar.todoist docs</a>) (<a href="https://home-assistant.io/components/media_player.snapcast/">media_player.snapcast docs</a>) (<a href="https://home-assistant.io/components/media_player.soundtouch/">media_player.soundtouch docs</a>) (<a href="https://home-assistant.io/components/sensor.mopar/">sensor.mopar docs</a>) (<a href="https://home-assistant.io/components/switch.broadlink/">switch.broadlink docs</a>) (<a href="https://home-assistant.io/components/switch.scsgate/">switch.scsgate docs</a>) (breaking change)</li>
<li>Rfxtrx fix (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11678">#11678</a>) (<a href="https://home-assistant.io/components/rfxtrx/">rfxtrx docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.rfxtrx/">binary_sensor.rfxtrx docs</a>)</li>
<li>History order bugfix and opt-in option (<a href="https://github.com/rwa">@rwa</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11686">#11686</a>) (<a href="https://home-assistant.io/components/history/">history docs</a>)</li>
<li>Fix purge with MariaDB / MySQL (<a href="https://github.com/tinloaf">@tinloaf</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11713">#11713</a>)</li>
</ul>
<h2><a class="title-link" name="if-you-need-help" href="#if-you-need-help"></a> If you need help…</h2>
<p>…dont hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://discord.gg/c5DvZ4e">chat</a>. The release notes have comments enabled but its preferred if you use the former communication channels. Thanks.</p>
<h2><a class="title-link" name="reporting-issues" href="#reporting-issues"></a> Reporting Issues</h2>

View file

@ -178,7 +178,7 @@
</li>
</ul>
<h3><a class="title-link" name="services" href="#services"></a> Services</h3>
<p>Todoist also comes with access to a service, <code class="highlighter-rouge">todoist.new_task</code>. This service can be used to create a new Todoist task. You can specify labels and a project, or you can leave them blank, and the task will go to your “Inbox” project.</p>
<p>Todoist also comes with access to a service, <code class="highlighter-rouge">calendar.todoist_new_task</code>. This service can be used to create a new Todoist task. You can specify labels and a project, or you can leave them blank, and the task will go to your “Inbox” project.</p>
<p>Heres an example JSON payload:</p>
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nt">"content"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Pick up the mail"</span><span class="p">,</span><span class="w">

View file

@ -141,6 +141,18 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
<span class="pi">-</span> <span class="s">sensor.date</span>
</code></pre>
</div>
<p>If youd like the order of display of the sensors to follow the way
they are listed in the included entity list, you can set the flag
<code class="highlighter-rouge">use_include_order</code> to True.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry using specified entity display order</span>
<span class="s">history</span><span class="pi">:</span>
<span class="s">use_include_order</span><span class="pi">:</span> <span class="s">True</span>
<span class="s">include</span><span class="pi">:</span>
<span class="s">entities</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">sun.sun</span>
<span class="pi">-</span> <span class="s">light.front_porch</span>
</code></pre>
</div>
<h4><a class="title-link" name="implementation-details" href="#implementation-details"></a> Implementation details</h4>
<p>The history is stored in a SQLite database <code class="highlighter-rouge">home-assistant_v2.db</code> within your configuration directory if the <code class="highlighter-rouge">recorder</code> component is not set up differently.</p>
<ul>

View file

@ -95,7 +95,7 @@
<li><strong>pin</strong> (<em>Required</em>): Your uConnect pin.</li>
</ul>
<h2><a class="title-link" name="service" href="#service"></a> Service</h2>
<p>Call the <code class="highlighter-rouge">mopar.remote_command</code> service to perform a remote command on your vehicle.</p>
<p>Call the <code class="highlighter-rouge">sensor.mopar_remote_command</code> service to perform a remote command on your vehicle.</p>
<ul>
<li><strong>vehicle_index</strong> (<em>Required</em>): <code class="highlighter-rouge">vehicle_index</code> attribute found on sensor.</li>
<li><strong>command</strong> (<em>Required</em>): One of <code class="highlighter-rouge">lock/unlock/engineon/engineoff/horn</code>.</li>

View file

@ -112,7 +112,7 @@
</ul>
<p>Information about how to install on Windows can be found <a href="https://home-assistant.io/components/sensor.broadlink/#microsoft-windows-installation">here</a></p>
<h3><a class="title-link" name="how-to-obtain-irrf-packets" href="#how-to-obtain-irrf-packets"></a> How to obtain IR/RF packets?</h3>
<p>Choose Call Service from the Developer Tools. Choose the service broadlink/learn_command from the list of <strong>Available services:</strong> and hit <strong>CALL SERVICE</strong>. Press the button on your remote with in 20 seconds. The packet will be printed as a persistent notification in the States page of the web interface.</p>
<p>Choose Call Service from the Developer Tools. Choose the service <code class="highlighter-rouge">switch.broadlink_learn_command</code> from the list of <strong>Available services:</strong> and hit <strong>CALL SERVICE</strong>. Press the button on your remote with in 20 seconds. The packet will be printed as a persistent notification in the States page of the web interface.</p>
<p>Example config for <code class="highlighter-rouge">rm</code>, <code class="highlighter-rouge">rm2</code>, <code class="highlighter-rouge">rm_mini</code>, <code class="highlighter-rouge">rm_pro_phicomm</code>, <code class="highlighter-rouge">rm2_home_plus</code>, <code class="highlighter-rouge">rm2_home_plus_gdt</code>, <code class="highlighter-rouge">rm2_pro_plus</code>, <code class="highlighter-rouge">rm2_pro_plus2</code>, <code class="highlighter-rouge">rm2_pro_plus_bl</code> and <code class="highlighter-rouge">rm_mini_shate</code> devices:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">switch</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">broadlink</span>
@ -183,8 +183,8 @@
<span class="s">slot_4</span><span class="pi">:</span> <span class="s1">'</span><span class="s">Speaker</span><span class="nv"> </span><span class="s">slot'</span>
</code></pre>
</div>
<h3><a class="title-link" name="service-send_packet" href="#service-send_packet"></a> Service <code class="highlighter-rouge">send_packet</code></h3>
<p>You can use the service broadlink/send_packet to directly send IR packets without the need to assign a switch entity for each command.</p>
<h3><a class="title-link" name="service-broadlink_send_packet" href="#service-broadlink_send_packet"></a> Service <code class="highlighter-rouge">broadlink_send_packet</code></h3>
<p>You can use the service <code class="highlighter-rouge">switch.broadlink_send_packet</code> to directly send IR packets without the need to assign a switch entity for each command.</p>
<table>
<thead>
<tr>
@ -205,7 +205,7 @@
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">script</span><span class="pi">:</span>
<span class="s">tv_select_source</span><span class="pi">:</span>
<span class="s">sequence</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">service</span><span class="pi">:</span> <span class="s">broadlink.send_packet_192_168_0_107</span>
<span class="pi">-</span> <span class="s">service</span><span class="pi">:</span> <span class="s">switch.broadlink_send_packet_192_168_0_107</span>
<span class="s">data</span><span class="pi">:</span>
<span class="s">packet</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s2">"</span><span class="s">JgCMAJSSFDYUNhQ2FBEUERQRFBEUERQ2FDYUNhQRFBEUERQRFBEUERQRFDYUERQRFBEUERQRFDYUNhQRFDYUNhQ2FDYUNhQABfWUkhQ2FDYUNhQRFBEUERQRFBEUNhQ2FDYUERQRFBEUERQRFBEUERQ2FBEUERQRFBEUERQ2FDYUERQ2FDYUNhQ2FDYUAA0FAAAAAAAAAAAAAAAA"</span>

View file

@ -82,7 +82,7 @@ With the current implementation timers dont persist over restarts. After a re
<p>To add a timer to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">timer</span><span class="pi">:</span>
<span class="s">timer</span><span class="pi">:</span>
<span class="s">laundry</span><span class="pi">:</span>
<span class="s">duration</span><span class="pi">:</span> <span class="s1">'</span><span class="s">00:01:00'</span>
</code></pre>
</div>

View file

@ -132,7 +132,6 @@ The frontend has a template editor developer tool to help develop and debug temp
<li><code class="highlighter-rouge">as_timestamp()</code> will convert datetime object or string to UNIX timestamp</li>
<li><code class="highlighter-rouge">distance()</code> will measure the distance in meters between home, entity, coordinates.</li>
<li><code class="highlighter-rouge">closest()</code> will find the closest entity.</li>
<li><code class="highlighter-rouge">relative_time(timestamp)</code> will format the date time as relative time vs now (ie 7 seconds)</li>
<li><code class="highlighter-rouge">float</code> will format the output as float.</li>
<li><code class="highlighter-rouge">strptime(string, format)</code> will parse a string to a datetime based on a <a href="https://docs.python.org/3.4/library/datetime.html#strftime-and-strptime-behavior">format</a>.</li>
<li><code class="highlighter-rouge">log(value, base)</code> will take the logarithm of the input. When the base is omitted, it defaults to <code class="highlighter-rouge">e</code> - the natural logarithm. Can also be used as a filter.</li>

View file

@ -93,7 +93,7 @@ Dont use the OpenZWave control panel (OZWCP), <strong>or the physical button
<p>A valid network key will be a 16 byte value, defined in the zwave section of your configuration, such as the following example:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>zwave:
usb_path: /dev/ttyACM0
network_key: "0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F 0x10"
network_key: "0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10"
</code></pre>
</div>
<p>Each individual value in the defined key can be anywhere from 0x00 to 0xFF. Define your own key by making changes to the above example key or for additional security try one of the two scripts mentioned below.</p>

View file

@ -74,7 +74,7 @@
</h1>
</header>
<hr class="divider">
<p>The goal of this getting started guide is to install Hass.io on a Raspberry Pi 3. Hass.io is our own all in one solution that turns your Raspberry PI into the utlimate home automation hub.</p>
<p>The goal of this getting started guide is to install Hass.io on a Raspberry Pi 3. Hass.io is our own all in one solution that turns your Raspberry PI into the ultimate home automation hub.</p>
<p>Follow this guide if you want to easily get started with Home Assistant, or if you have no or little Linux experience. For advanced users, check our <a href="/docs/installation/">alternative installation methods</a>.</p>
<h3><a class="title-link" name="hardware-requirements" href="#hardware-requirements"></a> Hardware requirements</h3>
<p>We will need a few things to get started with installing Home Assistant. Links below are linking to Amazon US. If youre not in the US, you should be able to find these items in web stores in your country.</p>

View file

@ -94,10 +94,10 @@ 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 Version: 0.61.0</h1>
Released: <span class='release-date'>January 14, 2018</span>
<h1>Current Version: 0.61.1</h1>
Released: <span class='release-date'>January 16, 2018</span>
<div class='links'>
<a href='/blog/2018/01/14/release-61/#'>Release notes</a>
<a href='/blog/2018/01/14/release-61/#release-0611---january-16'>Release notes</a>
</div>
</div>
<div class='join-community material-card text'>

View file

@ -3910,7 +3910,7 @@
</url>
<url>
<loc>https://home-assistant.io/components/switch.hook/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/cookbook/automation_for_rainy_days/</loc>
@ -4590,99 +4590,99 @@
</url>
<url>
<loc>https://home-assistant.io/docs/autostart/init.d/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/api/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/configuration/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/installation/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/operation/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/reboot/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/running/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/updating/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/windows/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/certificates/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/hadashboard/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/hass-configurator/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/ios/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/nginx/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/notebooks/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/scenegen/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/synology/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/dev-tools/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/hass/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/scripts/</loc>
<lastmod>2018-01-16T08:41:35+00:00</lastmod>
<lastmod>2018-01-17T12:18:20+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/faq/after-upgrading/</loc>
@ -5822,62 +5822,62 @@
</url>
<url>
<loc>https://home-assistant.io/demo/frontend.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/index.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-event.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-info.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-service.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-state.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-template.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-history.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-iframe.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-logbook.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-map.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html</loc>
<lastmod>2018-01-16T08:40:44+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
<lastmod>2018-01-16T08:40:45+00:00</lastmod>
<lastmod>2018-01-17T12:17:36+00:00</lastmod>
</url>
</urlset>

View file

@ -1,15 +1,15 @@
{
"current_version": "0.61.0",
"release_date": "2018-01-14T00:00:00+00:00",
"current_version": "0.61.1",
"release_date": "2018-01-16T00:00:00+00:00",
"release_notes": "https://home-assistant.io/blog/2018/01/14/release-61/",
"release_notes_path": "/blog/2018/01/14/release-61/",
"release_title": "0.61: Coinbase, Discogs, iGlo, Sochain",
"release_description": "New crypto currency sensors and other new stuff including breaking changes.",
"patch_version_notes": "#",
"patch_version_notes": "#release-0611---january-16",
"root_url": "https://home-assistant.io",
"semantic_version": {
"major": 0,
"minor": 61,
"patch": 0
"patch": 1
}
}