From 2532986fe8f34338203002517ee66eab7536ec01 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 8 Jun 2017 22:24:48 -0700 Subject: [PATCH] Release 0.46.1 --- _config.yml | 8 +++---- source/_posts/2017-06-04-release-46.markdown | 23 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 5b3671eca58..c6dbb537997 100644 --- a/_config.yml +++ b/_config.yml @@ -141,12 +141,12 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 46 -current_patch_version: 0 -date_released: 2017-06-04 +current_patch_version: 1 +date_released: 2017-06-09 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "#" +patch_version_notes: "#release-0461---june-9" # Minor release (Example #release-0431---april-25): -#patch_version_notes: "#release-0451---may-X" + diff --git a/source/_posts/2017-06-04-release-46.markdown b/source/_posts/2017-06-04-release-46.markdown index 33e44e87f15..b18554d5c28 100644 --- a/source/_posts/2017-06-04-release-46.markdown +++ b/source/_posts/2017-06-04-release-46.markdown @@ -22,6 +22,16 @@ It's time for 0.46! This release does not have too many new integrations, instea - Rachio (Sprinklers) ([@Klikini] - [#7600]) ([switch.rachio docs]) (new-platform) - Introduced support to Netgear Arlo Cameras ([@tchellomello] - [#7826]) ([arlo docs]) ([camera.arlo docs]) ([sensor.arlo docs]) (new-platform) +## {% linkable_title Release 0.46.1 - June 9 %} + +- Support for renaming ZWave values ([@armills] - [#7780]) ([zwave docs]) +- Dsmr5 revert ([@aequitas] - [#7900]) ([sensor.dsmr docs]) +- Fix typos in Wunderground component (Percipitation -> Precipitation) ([@mje-nz] - [#7901]) ([sensor.wunderground docs]) +- Mqtt cover: Making command topic optional and add ability to set up/down position including ability to template the value ([@cribbstechnologies] - [#7841]) ([cover.mqtt docs]) +- Media Player - OpenHome: Fixed metadata issue ([@bazwilliams] - [#7932]) ([media_player.openhome docs]) +- Sensor - MetOffice: Fix last updated date ([@cyberjacob] - [#7965]) ([sensor.metoffice docs]) +- Prevent Roku doing I/O in event loop ([@balloob] - [#7969]) ([media_player.roku docs]) + ## {% linkable_title Breaking changes %} - The USPS sensor entity names have changed as there are now two. One for packages and one for mail. Config will now also use `scan_interval` instead of `update_interval` ([@happyleavesaoc] - [#7655]) ([sensor.usps docs]) (breaking change) @@ -374,3 +384,16 @@ Experiencing issues introduced by this release? Please report them in our [issue [forum]: https://community.home-assistant.io/ [gitter]: https://gitter.im/home-assistant/home-assistant [issue]: https://github.com/home-assistant/home-assistant/issues +[#7780]: https://github.com/home-assistant/home-assistant/pull/7780 +[#7841]: https://github.com/home-assistant/home-assistant/pull/7841 +[#7900]: https://github.com/home-assistant/home-assistant/pull/7900 +[#7901]: https://github.com/home-assistant/home-assistant/pull/7901 +[#7932]: https://github.com/home-assistant/home-assistant/pull/7932 +[#7965]: https://github.com/home-assistant/home-assistant/pull/7965 +[#7969]: https://github.com/home-assistant/home-assistant/pull/7969 +[@cyberjacob]: https://github.com/cyberjacob +[@mje-nz]: https://github.com/mje-nz +[cover.mqtt docs]: https://home-assistant.io/components/cover.mqtt/ +[sensor.metoffice docs]: https://home-assistant.io/components/sensor.metoffice/ +[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/ +[media_player.roku docs]: https://home-assistant.io/components/media_player.roku/