From 2b09e77c592641fa63bba2a7d4ea652a5450e1cd Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 13 Aug 2017 22:20:37 -0700 Subject: [PATCH] Release 0.51.2 --- _config.yml | 6 +++--- source/_posts/2017-08-12-release-51.markdown | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 5c941069f99..77f78049d6b 100644 --- a/_config.yml +++ b/_config.yml @@ -143,11 +143,11 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 51 -current_patch_version: 1 -date_released: 2017-08-12 +current_patch_version: 2 +date_released: 2017-08-14 # 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: "#release-0511--august-12" +patch_version_notes: "#release-0512--august-14" # Minor release (Example #release-0431---april-25): diff --git a/source/_posts/2017-08-12-release-51.markdown b/source/_posts/2017-08-12-release-51.markdown index 38d367e624a..36b32d9ad93 100644 --- a/source/_posts/2017-08-12-release-51.markdown +++ b/source/_posts/2017-08-12-release-51.markdown @@ -59,6 +59,18 @@ As we have seen more vacuum cleaners land in Home Assistant, it was time to crea - Fixed a bug in the automation editor that would break if no conditions available in the config file. ([@balloob]) +## {% linkable_title Release 0.51.2 - August 14 %} + +- Fix zwave power_consumption attribute ([@andrey-git] - [#8968]) ([zwave docs]) +- Turn foscam verbose mode off ([@andrey-git] - [#8967]) ([camera.foscam docs]) +- fix stack trace in pushbullet ([@Danielhiversen] - [#8965]) ([notify.pushbullet docs]) +- Harmoney remote: Fix call to ha_send_commands ([@MartinHjelmare] - [#8956]) ([remote.harmony docs]) +- fix DeviceException handling when updating xiaomi vacuum ([@azogue] - [#8954]) ([vacuum.xiaomi docs]) +- Sabnzbd: do not assume discovery info is a dict ([@balloob] - [#8951]) ([sensor.sabnzbd docs]) +- Fix login button ([@balloob]) +- Add workaround for broken toggles in Safari ([@balloob]) +- Fix weblink opening twice ([@azogue]) + ## {% linkable_title If you need help... %} ...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. @@ -445,3 +457,10 @@ vacuum: [forum]: https://community.home-assistant.io/ [issue]: https://github.com/home-assistant/home-assistant/issues [discord]: https://discord.gg/c5DvZ4e +[#8951]: https://github.com/home-assistant/home-assistant/pull/8951 +[#8954]: https://github.com/home-assistant/home-assistant/pull/8954 +[#8956]: https://github.com/home-assistant/home-assistant/pull/8956 +[#8965]: https://github.com/home-assistant/home-assistant/pull/8965 +[#8967]: https://github.com/home-assistant/home-assistant/pull/8967 +[#8968]: https://github.com/home-assistant/home-assistant/pull/8968 +[@Danielhiversen]: https://github.com/Danielhiversen