You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
<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>
<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
+
51
77
<h2><a class="title-link" name="if-you-need-help" href="#if-you-need-help"></a> If you need help…</h2>
52
78
53
79
<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
<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>
<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>
<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><ahref="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>
<p><ahref="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>
<li>Move several local services to their right domain (<ahref="https://github.com/amelchio">@amelchio</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/11677">#11677</a>) (<ahref="https://home-assistant.io/components/calendar.todoist/">calendar.todoist docs</a>) (<ahref="https://home-assistant.io/components/media_player.snapcast/">media_player.snapcast docs</a>) (<ahref="https://home-assistant.io/components/media_player.soundtouch/">media_player.soundtouch docs</a>) (<ahref="https://home-assistant.io/components/sensor.mopar/">sensor.mopar docs</a>) (<ahref="https://home-assistant.io/components/switch.broadlink/">switch.broadlink docs</a>) (<ahref="https://home-assistant.io/components/switch.scsgate/">switch.scsgate docs</a>) (breaking change)</li>
<li>History order bugfix and opt-in option (<ahref="https://github.com/rwa">@rwa</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/11686">#11686</a>) (<ahref="https://home-assistant.io/components/history/">history docs</a>)</li>
129
+
<li>Fix purge with MariaDB / MySQL (<ahref="https://github.com/tinloaf">@tinloaf</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/11713">#11713</a>)</li>
130
+
</ul>
110
131
<h2><aclass="title-link" name="if-you-need-help" href="#if-you-need-help"></a> If you need help…</h2>
111
132
<p>…don’t hesitate to use our very active <ahref="https://community.home-assistant.io/">forums</a> or join us for a little <ahref="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>
<li>The <codeclass="highlighter-rouge">climate.set_aux_heat</code> service is no longer available for the Sensibo cliamte platform. Now call <codeclass="highlighter-rouge">climate.turn_on</code> or <codeclass="highlighter-rouge">climate.turn_off</code>. (<ahref="https://github.com/andrey-git">@andrey-git</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/11579">#11579</a>) (<ahref="https://home-assistant.io/components/climate.sensibo/">climate.sensibo docs</a>) (breaking change)</li>
230
+
<li>The <codeclass="highlighter-rouge">climate.set_aux_heat</code> service is no longer available for the Sensibo climate platform. Now call <codeclass="highlighter-rouge">climate.turn_on</code> or <codeclass="highlighter-rouge">climate.turn_off</code>. (<ahref="https://github.com/andrey-git">@andrey-git</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/11579">#11579</a>) (<ahref="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>
0 commit comments