Site updated at 2018-02-14 08:55:47 UTC

This commit is contained in:
Travis CI 2018-02-14 08:55:47 +00:00
parent d81f5bb37b
commit 428b47632e
29 changed files with 164 additions and 79 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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>
@ -62,6 +62,16 @@
<li>Fix platform dependencies (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12330">#12330</a>)</li>
</ul>
<h2><a class="title-link" name="release-0632---february-14" href="#release-0632---february-14"></a> Release 0.63.2 - February 14</h2>
<ul>
<li>Fix MercedesMe - add check for unsupported features (<a href="https://github.com/ReneNulschDE">@ReneNulschDE</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12342">#12342</a>) (<a href="https://home-assistant.io/components/mercedesme/">mercedesme docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.mercedesme/">binary_sensor.mercedesme docs</a>) (<a href="https://home-assistant.io/components/device_tracker.mercedesme/">device_tracker.mercedesme docs</a>) (<a href="https://home-assistant.io/components/sensor.mercedesme/">sensor.mercedesme docs</a>)</li>
<li>Fix WUnderground names (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12346">#12346</a>) (<a href="https://home-assistant.io/components/sensor.wunderground/">sensor.wunderground docs</a>)</li>
<li>Updated beacontools (<a href="https://github.com/citruz">@citruz</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12368">#12368</a>) (<a href="https://home-assistant.io/components/sensor.eddystone_temperature/">sensor.eddystone_temperature docs</a>)</li>
<li>Introduce zone_id to identify player+zone (<a href="https://github.com/sdague">@sdague</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12382">#12382</a>) (<a href="https://home-assistant.io/components/media_player.yamaha/">media_player.yamaha docs</a>)</li>
<li>Downgrade limitlessled to 1.0.8 (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12403">#12403</a>) (<a href="https://home-assistant.io/components/light.limitlessled/">light.limitlessled docs</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>
@ -116,6 +126,11 @@
<td style="text-align: left">sensor.disk_used</td>
<td style="text-align: left">sensor.disk_use</td>
</tr>
<tr>
<td style="text-align: left">disk_use_percent</td>
<td style="text-align: left">sensor.disk_used</td>
<td style="text-align: left">sensor.disk_use_percent</td>
</tr>
<tr>
<td style="text-align: left">load_15m</td>
<td style="text-align: left">sensor.average_load_15m</td>
@ -141,6 +156,11 @@
<td style="text-align: left">sensor.ram_used</td>
<td style="text-align: left">sensor.memory_use</td>
</tr>
<tr>
<td style="text-align: left">memory_use_percent</td>
<td style="text-align: left">sensor.ram_used</td>
<td style="text-align: left">sensor.memory_use_percent</td>
</tr>
<tr>
<td style="text-align: left">network_in</td>
<td style="text-align: left">sensor.received</td>
@ -171,6 +191,11 @@
<td style="text-align: left">sensor.swap_used</td>
<td style="text-align: left">sensor.swap_use</td>
</tr>
<tr>
<td style="text-align: left">swap_use_percent</td>
<td style="text-align: left">sensor.swap_used</td>
<td style="text-align: left">sensor.swap_use_percent</td>
</tr>
</tbody>
</table>
</li>

View file

@ -116,6 +116,14 @@
<li>Always return lockState == LOCKED when handling Alexa.LockController (<a href="https://github.com/lucasweb78">@lucasweb78</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12328">#12328</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>)</li>
<li>Fix platform dependencies (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12330">#12330</a>)</li>
</ul>
<h2><a class="title-link" name="release-0632---february-14" href="#release-0632---february-14"></a> Release 0.63.2 - February 14</h2>
<ul>
<li>Fix MercedesMe - add check for unsupported features (<a href="https://github.com/ReneNulschDE">@ReneNulschDE</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12342">#12342</a>) (<a href="https://home-assistant.io/components/mercedesme/">mercedesme docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.mercedesme/">binary_sensor.mercedesme docs</a>) (<a href="https://home-assistant.io/components/device_tracker.mercedesme/">device_tracker.mercedesme docs</a>) (<a href="https://home-assistant.io/components/sensor.mercedesme/">sensor.mercedesme docs</a>)</li>
<li>Fix WUnderground names (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12346">#12346</a>) (<a href="https://home-assistant.io/components/sensor.wunderground/">sensor.wunderground docs</a>)</li>
<li>Updated beacontools (<a href="https://github.com/citruz">@citruz</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12368">#12368</a>) (<a href="https://home-assistant.io/components/sensor.eddystone_temperature/">sensor.eddystone_temperature docs</a>)</li>
<li>Introduce zone_id to identify player+zone (<a href="https://github.com/sdague">@sdague</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12382">#12382</a>) (<a href="https://home-assistant.io/components/media_player.yamaha/">media_player.yamaha docs</a>)</li>
<li>Downgrade limitlessled to 1.0.8 (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12403">#12403</a>) (<a href="https://home-assistant.io/components/light.limitlessled/">light.limitlessled docs</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>
@ -162,6 +170,11 @@
<td style="text-align: left">sensor.disk_used</td>
<td style="text-align: left">sensor.disk_use</td>
</tr>
<tr>
<td style="text-align: left">disk_use_percent</td>
<td style="text-align: left">sensor.disk_used</td>
<td style="text-align: left">sensor.disk_use_percent</td>
</tr>
<tr>
<td style="text-align: left">load_15m</td>
<td style="text-align: left">sensor.average_load_15m</td>
@ -187,6 +200,11 @@
<td style="text-align: left">sensor.ram_used</td>
<td style="text-align: left">sensor.memory_use</td>
</tr>
<tr>
<td style="text-align: left">memory_use_percent</td>
<td style="text-align: left">sensor.ram_used</td>
<td style="text-align: left">sensor.memory_use_percent</td>
</tr>
<tr>
<td style="text-align: left">network_in</td>
<td style="text-align: left">sensor.received</td>
@ -217,6 +235,11 @@
<td style="text-align: left">sensor.swap_used</td>
<td style="text-align: left">sensor.swap_use</td>
</tr>
<tr>
<td style="text-align: left">swap_use_percent</td>
<td style="text-align: left">sensor.swap_used</td>
<td style="text-align: left">sensor.swap_use_percent</td>
</tr>
</tbody>
</table>
</li>

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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: Organization | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/organization/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2018-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>
@ -58,6 +58,14 @@ We're planning a lot of cool stuff around the entity registry. Stay tuned!
- Always return lockState == LOCKED when handling Alexa.LockController ([@lucasweb78] - [#12328]) ([alexa docs])
- Fix platform dependencies ([@balloob] - [#12330])
## <a class='title-link' name='release-0632---february-14' href='#release-0632---february-14'></a> Release 0.63.2 - February 14
- Fix MercedesMe - add check for unsupported features ([@ReneNulschDE] - [#12342]) ([mercedesme docs]) ([binary_sensor.mercedesme docs]) ([device_tracker.mercedesme docs]) ([sensor.mercedesme docs])
- Fix WUnderground names ([@OttoWinter] - [#12346]) ([sensor.wunderground docs])
- Updated beacontools ([@citruz] - [#12368]) ([sensor.eddystone_temperature docs])
- Introduce zone_id to identify player+zone ([@sdague] - [#12382]) ([media_player.yamaha docs])
- Downgrade limitlessled to 1.0.8 ([@amelchio] - [#12403]) ([light.limitlessled docs])
## <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.
@ -95,17 +103,20 @@ Experiencing issues introduced by this release? Please report them in our [issue
| Resource | Old Entity ID | New Entity ID |
| :------------------ | :------------------ |:-------------------------|
| disk_use | sensor.disk_used | sensor.disk_use |
| disk_use_percent | sensor.disk_used | sensor.disk_use_percent |
| load_15m | sensor.average_load_15m | sensor.load_15m |
| load_1m | sensor.average_load_1m | sensor.load_1m |
| load_5m | sensor.average_load_5m | sensor.load_5m |
| memory_free | sensor.ram_available | sensor.memory_free |
| memory_use | sensor.ram_used | sensor.memory_use |
| memory_use_percent | sensor.ram_used | sensor.memory_use_percent |
| network_in | sensor.received | sensor.network_in |
| network_out | sensor.sent | sensor.network_out |
| packets_in | sensor.packets_received | sensor.packets_in |
| packets_out | sensor.packets_sent | sensor.packets_out |
| processor_use | sensor.cpu_used | sensor.processor_use |
| swap_use | sensor.swap_used | sensor.swap_use |
| swap_use_percent | sensor.swap_used | sensor.swap_use_percent |
- Developers only: Following EntityComponent methods have been removed: `extract_from_service`, `async_update_group`, `async_reset`, `prepare_reload` ([@balloob] - [#12237]) (breaking change)
@ -632,6 +643,24 @@ Experiencing issues introduced by this release? Please report them in our [issue
[binary_sensor.netatmo docs]: https://home-assistant.io/components/binary_sensor.netatmo/
[camera.netatmo docs]: https://home-assistant.io/components/camera.netatmo/
[sensor.netatmo docs]: https://home-assistant.io/components/sensor.netatmo/
[#12342]: https://github.com/home-assistant/home-assistant/pull/12342
[#12346]: https://github.com/home-assistant/home-assistant/pull/12346
[#12368]: https://github.com/home-assistant/home-assistant/pull/12368
[#12382]: https://github.com/home-assistant/home-assistant/pull/12382
[#12403]: https://github.com/home-assistant/home-assistant/pull/12403
[@OttoWinter]: https://github.com/OttoWinter
[@ReneNulschDE]: https://github.com/ReneNulschDE
[@amelchio]: https://github.com/amelchio
[@citruz]: https://github.com/citruz
[@sdague]: https://github.com/sdague
[binary_sensor.mercedesme docs]: https://home-assistant.io/components/binary_sensor.mercedesme/
[device_tracker.mercedesme docs]: https://home-assistant.io/components/device_tracker.mercedesme/
[light.limitlessled docs]: https://home-assistant.io/components/light.limitlessled/
[media_player.yamaha docs]: https://home-assistant.io/components/media_player.yamaha/
[mercedesme docs]: https://home-assistant.io/components/mercedesme/
[sensor.eddystone_temperature docs]: https://home-assistant.io/components/sensor.eddystone_temperature/
[sensor.mercedesme docs]: https://home-assistant.io/components/sensor.mercedesme/
[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/
]]></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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+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-02-13T21:13:03+00:00</updated>
<updated>2018-02-14T08:38:59+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>

View file

@ -118,6 +118,14 @@
<li>Always return lockState == LOCKED when handling Alexa.LockController (<a href="https://github.com/lucasweb78">@lucasweb78</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12328">#12328</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>)</li>
<li>Fix platform dependencies (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12330">#12330</a>)</li>
</ul>
<h2><a class="title-link" name="release-0632---february-14" href="#release-0632---february-14"></a> Release 0.63.2 - February 14</h2>
<ul>
<li>Fix MercedesMe - add check for unsupported features (<a href="https://github.com/ReneNulschDE">@ReneNulschDE</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12342">#12342</a>) (<a href="https://home-assistant.io/components/mercedesme/">mercedesme docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.mercedesme/">binary_sensor.mercedesme docs</a>) (<a href="https://home-assistant.io/components/device_tracker.mercedesme/">device_tracker.mercedesme docs</a>) (<a href="https://home-assistant.io/components/sensor.mercedesme/">sensor.mercedesme docs</a>)</li>
<li>Fix WUnderground names (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12346">#12346</a>) (<a href="https://home-assistant.io/components/sensor.wunderground/">sensor.wunderground docs</a>)</li>
<li>Updated beacontools (<a href="https://github.com/citruz">@citruz</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12368">#12368</a>) (<a href="https://home-assistant.io/components/sensor.eddystone_temperature/">sensor.eddystone_temperature docs</a>)</li>
<li>Introduce zone_id to identify player+zone (<a href="https://github.com/sdague">@sdague</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12382">#12382</a>) (<a href="https://home-assistant.io/components/media_player.yamaha/">media_player.yamaha docs</a>)</li>
<li>Downgrade limitlessled to 1.0.8 (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12403">#12403</a>) (<a href="https://home-assistant.io/components/light.limitlessled/">light.limitlessled docs</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

@ -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.63.1</h1>
Released: <span class='release-date'>February 12, 2018</span>
<h1>Current Version: 0.63.2</h1>
Released: <span class='release-date'>February 14, 2018</span>
<div class='links'>
<a href='/blog/2018/02/10/release-63/#release-0631---february-12'>Release notes</a>
<a href='/blog/2018/02/10/release-63/#release-0632---february-14'>Release notes</a>
</div>
</div>
<div class='join-community material-card text'>

View file

@ -4026,7 +4026,7 @@
</url>
<url>
<loc>https://home-assistant.io/components/switch.hook/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/cookbook/automation_for_rainy_days/</loc>
@ -4710,131 +4710,131 @@
</url>
<url>
<loc>https://home-assistant.io/docs/autostart/init.d/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/api/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/configuration/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/installation/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/operation/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/reboot/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/running/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/updating/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/windows/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/certificates/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/hadashboard/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/hass-configurator/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/ios/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/nginx/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/notebooks/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/scenegen/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/ecosystem/synology/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/benchmark/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/check_config/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/credstash/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/db_migrator/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/dev-tools/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/ensure_config/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/hass/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/influxdb_import/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/influxdb_migrator/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/keyring/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/docs/tools/scripts/</loc>
<lastmod>2018-02-13T21:13:03+00:00</lastmod>
<lastmod>2018-02-14T08:38:59+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/faq/after-upgrading/</loc>
@ -6004,62 +6004,62 @@
</url>
<url>
<loc>https://home-assistant.io/demo/frontend.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/index.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-event.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-info.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-service.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-state.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-template.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-history.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-iframe.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-logbook.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/demo/panels/ha-panel-map.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
<lastmod>2018-02-13T21:09:48+00:00</lastmod>
<lastmod>2018-02-14T08:37:44+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html</loc>
<lastmod>2018-02-13T21:09:49+00:00</lastmod>
<lastmod>2018-02-14T08:37:45+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html</loc>
<lastmod>2018-02-13T21:09:49+00:00</lastmod>
<lastmod>2018-02-14T08:37:45+00:00</lastmod>
</url>
<url>
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
<lastmod>2018-02-13T21:09:49+00:00</lastmod>
<lastmod>2018-02-14T08:37:45+00:00</lastmod>
</url>
</urlset>

View file

@ -1,15 +1,15 @@
{
"current_version": "0.63.1",
"release_date": "2018-02-12T00:00:00+00:00",
"current_version": "0.63.2",
"release_date": "2018-02-14T00:00:00+00:00",
"release_notes": "https://home-assistant.io/blog/2018/02/10/release-63/",
"release_notes_path": "/blog/2018/02/10/release-63/",
"release_title": "0.63: Entity Registry, SQL Sensor, Mercedes cars",
"release_description": "Reserve entity IDs for your devices with the new entity registry, show query results as a sensor and yet another car integrated.",
"patch_version_notes": "#release-0631---february-12",
"patch_version_notes": "#release-0632---february-14",
"root_url": "https://home-assistant.io",
"semantic_version": {
"major": 0,
"minor": 63,
"patch": 1
"patch": 2
}
}