Skip to content

Commit 0588f1a

Browse files
committed
Site updated at 2018-01-17 12:29:18 UTC
1 parent 6ee5a9a commit 0588f1a

File tree

37 files changed

+260
-90
lines changed

37 files changed

+260
-90
lines changed

atom.xml

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Home Assistant]]></title>
55
<link href="https://home-assistant.io/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2018-01-16T08:41:35+00:00</updated>
7+
<updated>2018-01-17T12:18:20+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>
@@ -30,7 +30,23 @@
3030
3131
<h2><a class="title-link" name="hassio-updates" href="#hassio-updates"></a> Hass.io updates</h2>
3232
33-
<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>
33+
<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>
34+
35+
<h2><a class="title-link" name="improved-loading-speed" href="#improved-loading-speed"></a> Improved loading speed</h2>
36+
37+
<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 didn’t follow this and they have been updated:</p>
38+
39+
<div class="language-text highlighter-rouge"><pre class="highlight"><code>todoist.new_task -&gt; calendar.todoist_new_task
40+
41+
snapcast.snapcast_snapshot -&gt; media_player.snapcast_snapshot
42+
snapcast.snapcast_restore -&gt; media_player.snapcast_restore
43+
44+
mopar.remote_command -&gt; sensor.mopar_remote_command
45+
46+
broadlink.learn_command_192_168_0_107 -&gt; switch.broadlink_learn_command_192_168_0_107
47+
broadlink.send_packet_192_168_0_107 -&gt; switch.broadlink_send_packet_192_168_0_107
48+
</code></pre>
49+
</div>
3450
3551
<h2><a class="title-link" name="new-platforms" href="#new-platforms"></a> New Platforms</h2>
3652
@@ -48,6 +64,16 @@
4864
<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>
4965
</ul>
5066
67+
<h2><a class="title-link" name="release-0611---january-16" href="#release-0611---january-16"></a> Release 0.61.1 - January 16</h2>
68+
69+
<ul>
70+
<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>
71+
<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>
72+
<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>
73+
<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>
74+
<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>
75+
</ul>
76+
5177
<h2><a class="title-link" name="if-you-need-help" href="#if-you-need-help"></a> If you need help…</h2>
5278
5379
<p>…don’t 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 it’s 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
159185
</div>
160186
<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>
161187
</li>
162-
<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>
188+
<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>
189+
<li>
190+
<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>
191+
192+
<div class="highlighter-rouge"><pre class="highlight"><code> todoist.new_task -&gt; calendar.todoist_new_task
193+
194+
snapcast.snapcast_snapshot -&gt; media_player.snapcast_snapshot
195+
snapcast.snapcast_restore -&gt; media_player.snapcast_restore
196+
197+
mopar.remote_command -&gt; sensor.mopar_remote_command
198+
199+
broadlink.learn_command_192_168_0_107 -&gt; switch.broadlink_learn_command_192_168_0_107
200+
broadlink.send_packet_192_168_0_107 -&gt; switch.broadlink_send_packet_192_168_0_107
201+
</code></pre>
202+
</div>
203+
<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>
204+
</li>
163205
</ul>
164206
165207
<h2><a class="title-link" name="all-changes" href="#all-changes"></a> All changes</h2>

blog/2018/01/14/release-61/index.html

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1 class="title indent">0.61: Coinbase, Discogs, iGlo, Sochain</h1>
7474
<div class="meta clearfix">
7575
<time datetime="2018-01-14T18:00:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 14, 2018</time>
7676
<span class="byline author vcard"><i class='icon-user'></i> Fabian Affolter</span>
77-
<span><i class='icon-time'></i> 22 minutes reading time</span>
77+
<span><i class='icon-time'></i> 23 minutes reading time</span>
7878
<span>
7979
<i class="icon-tags"></i>
8080
<ul class="tags unstyled">
@@ -92,7 +92,20 @@ <h1 class="title indent">0.61: Coinbase, Discogs, iGlo, Sochain</h1>
9292
<h2><a class="title-link" name="assistant-configs" href="#assistant-configs"></a> Assistant configs</h2>
9393
<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>
9494
<h2><a class="title-link" name="hassio-updates" href="#hassio-updates"></a> Hass.io updates</h2>
95-
<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>
95+
<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>
96+
<h2><a class="title-link" name="improved-loading-speed" href="#improved-loading-speed"></a> Improved loading speed</h2>
97+
<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 didn’t follow this and they have been updated:</p>
98+
<div class="language-text highlighter-rouge"><pre class="highlight"><code>todoist.new_task -&gt; calendar.todoist_new_task
99+
100+
snapcast.snapcast_snapshot -&gt; media_player.snapcast_snapshot
101+
snapcast.snapcast_restore -&gt; media_player.snapcast_restore
102+
103+
mopar.remote_command -&gt; sensor.mopar_remote_command
104+
105+
broadlink.learn_command_192_168_0_107 -&gt; switch.broadlink_learn_command_192_168_0_107
106+
broadlink.send_packet_192_168_0_107 -&gt; switch.broadlink_send_packet_192_168_0_107
107+
</code></pre>
108+
</div>
96109
<h2><a class="title-link" name="new-platforms" href="#new-platforms"></a> New Platforms</h2>
97110
<ul>
98111
<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 @@ <h2><a class="title-link" name="new-platforms" href="#new-platforms"></a> New Pl
107120
<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>
108121
<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>
109122
</ul>
123+
<h2><a class="title-link" name="release-0611---january-16" href="#release-0611---january-16"></a> Release 0.61.1 - January 16</h2>
124+
<ul>
125+
<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>
126+
<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>
127+
<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>
128+
<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>
129+
<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>
130+
</ul>
110131
<h2><a class="title-link" name="if-you-need-help" href="#if-you-need-help"></a> If you need help…</h2>
111132
<p>…don’t 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 it’s preferred if you use the former communication channels. Thanks.</p>
112133
<h2><a class="title-link" name="reporting-issues" href="#reporting-issues"></a> Reporting Issues</h2>
@@ -206,7 +227,22 @@ <h2><a class="title-link" name="breaking-changes" href="#breaking-changes"></a>
206227
</div>
207228
<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>
208229
</li>
209-
<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>
230+
<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>
231+
<li>
232+
<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>
233+
<div class="highlighter-rouge"><pre class="highlight"><code> todoist.new_task -&gt; calendar.todoist_new_task
234+
235+
snapcast.snapcast_snapshot -&gt; media_player.snapcast_snapshot
236+
snapcast.snapcast_restore -&gt; media_player.snapcast_restore
237+
238+
mopar.remote_command -&gt; sensor.mopar_remote_command
239+
240+
broadlink.learn_command_192_168_0_107 -&gt; switch.broadlink_learn_command_192_168_0_107
241+
broadlink.send_packet_192_168_0_107 -&gt; switch.broadlink_send_packet_192_168_0_107
242+
</code></pre>
243+
</div>
244+
<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>
245+
</li>
210246
</ul>
211247
<h2><a class="title-link" name="all-changes" href="#all-changes"></a> All changes</h2>
212248
<ul>

blog/categories/announcements/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Announcements | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/announcements/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2018-01-16T08:41:35+00:00</updated>
7+
<updated>2018-01-17T12:18:20+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/community/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Community | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2018-01-16T08:41:35+00:00</updated>
7+
<updated>2018-01-17T12:18:20+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/device-tracking/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Device-Tracking | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/device-tracking/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2018-01-16T08:41:35+00:00</updated>
7+
<updated>2018-01-17T12:18:20+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/esp8266/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2018-01-16T08:41:35+00:00</updated>
7+
<updated>2018-01-17T12:18:20+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/how-to/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: How-To | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2018-01-16T08:41:35+00:00</updated>
7+
<updated>2018-01-17T12:18:20+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/ibeacons/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: iBeacons | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/ibeacons/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2018-01-16T08:41:35+00:00</updated>
7+
<updated>2018-01-17T12:18:20+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

0 commit comments

Comments
 (0)