From 428b47632e96c09ba41cb38311f974de77444f88 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 14 Feb 2018 08:55:47 +0000 Subject: [PATCH] Site updated at 2018-02-14 08:55:47 UTC --- atom.xml | 27 +++++- blog/2018/02/10/release-63/index.html | 23 +++++ blog/categories/announcements/atom.xml | 2 +- blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 2 +- blog/categories/how-to/atom.xml | 2 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/iot-data/atom.xml | 2 +- blog/categories/media/atom.xml | 2 +- blog/categories/merchandise/atom.xml | 2 +- blog/categories/micropython/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 2 +- blog/categories/organization/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- .../public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 31 +++++- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- blog/index.html | 8 ++ index.html | 6 +- sitemap.xml | 96 +++++++++---------- version.json | 8 +- 29 files changed, 164 insertions(+), 79 deletions(-) diff --git a/atom.xml b/atom.xml index 2a334c00cb..23606299e4 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ @@ -62,6 +62,16 @@
  • Fix platform dependencies (@balloob - #12330)
  • +

    Release 0.63.2 - February 14

    + + +

    If you need help…

    …don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.

    @@ -116,6 +126,11 @@ sensor.disk_used sensor.disk_use + + disk_use_percent + sensor.disk_used + sensor.disk_use_percent + load_15m sensor.average_load_15m @@ -141,6 +156,11 @@ sensor.ram_used sensor.memory_use + + memory_use_percent + sensor.ram_used + sensor.memory_use_percent + network_in sensor.received @@ -171,6 +191,11 @@ sensor.swap_used sensor.swap_use + + swap_use_percent + sensor.swap_used + sensor.swap_use_percent + diff --git a/blog/2018/02/10/release-63/index.html b/blog/2018/02/10/release-63/index.html index 3a79bdb768..1f21267fae 100644 --- a/blog/2018/02/10/release-63/index.html +++ b/blog/2018/02/10/release-63/index.html @@ -116,6 +116,14 @@
  • Always return lockState == LOCKED when handling Alexa.LockController (@lucasweb78 - #12328) (alexa docs)
  • Fix platform dependencies (@balloob - #12330)
  • +

    Release 0.63.2 - February 14

    +

    If you need help…

    …don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.

    Reporting Issues

    @@ -162,6 +170,11 @@ sensor.disk_used sensor.disk_use + + disk_use_percent + sensor.disk_used + sensor.disk_use_percent + load_15m sensor.average_load_15m @@ -187,6 +200,11 @@ sensor.ram_used sensor.memory_use + + memory_use_percent + sensor.ram_used + sensor.memory_use_percent + network_in sensor.received @@ -217,6 +235,11 @@ sensor.swap_used sensor.swap_use + + swap_use_percent + sensor.swap_used + sensor.swap_use_percent + diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index 0882d7e0f9..7265b4a45a 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index 00b7518b43..a1a6f8bb01 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index 08be02c47a..fde9dab408 100644 --- a/blog/categories/device-tracking/atom.xml +++ b/blog/categories/device-tracking/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Device-Tracking | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 39d2f09c2a..f8a61767a1 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 319240afeb..42aa827af0 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index 97b5eff333..a9c73f72dc 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index 53c47d4641..ece1f2e8a5 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index 3c624ad43a..81496cae8d 100644 --- a/blog/categories/iot-data/atom.xml +++ b/blog/categories/iot-data/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: IoT-Data | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/media/atom.xml b/blog/categories/media/atom.xml index b1caa58ac7..349b173e34 100644 --- a/blog/categories/media/atom.xml +++ b/blog/categories/media/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Media | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml index 0373c35979..ac6ed2f60c 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index a59c18ab95..532cd5ad68 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index f52e9407ee..0622bf8250 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/organization/atom.xml b/blog/categories/organization/atom.xml index ea0fdce48b..dbdafcc6a3 100644 --- a/blog/categories/organization/atom.xml +++ b/blog/categories/organization/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organization | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 7bece400e6..4972b6ec62 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index f0f3360354..3b666585ff 100644 --- a/blog/categories/presence-detection/atom.xml +++ b/blog/categories/presence-detection/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Presence-Detection | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index 64325d5cff..2174a93ee0 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index e83b2e811f..04ae4c12c9 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ @@ -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]) +## 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]) + ## 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/ ]]> diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index a01ad050de..28b18e6b62 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index 93f0296e16..a87f11beb4 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index 38c7ef9e80..63b37c1c19 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 75c8b0a19d..75eab4418d 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index 185a96ee90..ccc71a02ab 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 73ed5f3516..10e5c60070 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2018-02-13T21:13:03+00:00 + 2018-02-14T08:38:59+00:00 https://home-assistant.io/ diff --git a/blog/index.html b/blog/index.html index 759cec9d4a..60bbda9a26 100644 --- a/blog/index.html +++ b/blog/index.html @@ -118,6 +118,14 @@
  • Always return lockState == LOCKED when handling Alexa.LockController (@lucasweb78 - #12328) (alexa docs)
  • Fix platform dependencies (@balloob - #12330)
  • +

    Release 0.63.2 - February 14

    +

    If you need help…

    …don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.

    Reporting Issues

    diff --git a/index.html b/index.html index 5bb3af7744..543a58a38c 100644 --- a/index.html +++ b/index.html @@ -94,10 +94,10 @@ Home Assistant is an open-source home automation platform running on Python 3. T