From 7ae5a7e80a9ad0b55f77598c39f4af7b30a5cd3e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 1 Feb 2017 21:29:30 -0800 Subject: [PATCH] Release 0.37.1 --- _config.yml | 6 +++--- .../2017-01-28-face-coffee-wink.markdown | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 545f65d9f55..02db5419bab 100644 --- a/_config.yml +++ b/_config.yml @@ -132,9 +132,9 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 37 -current_patch_version: 0 -date_released: 2017-01-29 +current_patch_version: 1 +date_released: 2017-02-02 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. -patch_version_notes: "" +patch_version_notes: "#release-0371---february-2" diff --git a/source/_posts/2017-01-28-face-coffee-wink.markdown b/source/_posts/2017-01-28-face-coffee-wink.markdown index 4e8decf66aa..0f0f5db2e70 100644 --- a/source/_posts/2017-01-28-face-coffee-wink.markdown +++ b/source/_posts/2017-01-28-face-coffee-wink.markdown @@ -129,6 +129,21 @@ Thanks to [@konikvranik] the [HDMI CEC][cec] integration got a huge update with Bugfix: [@balloob], [@fabaff], [@freol35241], [@pvizeli], [@Danielhiversen], [@tdickman], [@armills], [@rytilahti], [@R1chardTM], [@asbach], [@happyleavesaoc], [@robbiet480], [@colinodell], [@joopert], [@dale3h], [@pavoni], [@jaharkes], [@MartinHjelmare], [@mezz64], [@jabesq], and you if you are missing in this list. +### {% linkable_title Release 0.37.1 - February 2 %} + +- Do not reject alphanumeric IDs for PiLight ([@DavidLP]) +- Fix broken Hue discovery ([@DanielHiversen]) +- Fix Amcrest ([@tchellomello]) +- Fix Telldus Live dim level error on startup ([@molobrakos]) +- Fix Sonos group coordinators ([@pvizeli]) +- UPC Connect: Parse XML outside event loop ([@pvizeli]) +- Fix Netatmo SSL issue with VPN url ([@jabesq]) +- Homematic: Fix bug with UNREACH device state/restore and variables not updating ([@pvizeli]) +- Sonos: Prevent duplicate entries in favorite list ([@pvizeli]) +- Fix Schlage Connect deadbolt integration via Z-Wave ([@turbokongen]) +- Prevent infinite loop in crossconfigured mqtt event streams ([@aequitas]) +- Fix Hue lightgroups failing on startup ([@tboyce1]) + ### {% linkable_title Breaking changes %} - A **major** breaking change in the [`emulated_hue`][emul-hue] component means that unless you set `type: alexa` before starting up the newer Home Assistant version you will lose all devices that Alexa has discovered and will need to re-add them as well as create new groups. - The platform of the [ISS][iss] integration was change to `binary_sensor`. Please check the platform documentation. @@ -145,6 +160,9 @@ Bugfix: [@balloob], [@fabaff], [@freol35241], [@pvizeli], [@Danielhiversen], [@t ### {% linkable_title Reporting Issues %} Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template. +[@DavidLP]: https://github.com/DavidLP +[@molobrakos]: https://github.com/molobrakos +[@tboyce1]: https://github.com/tboyce1 [@MrMep]: https://github.com/MrMep [@joopert]: https://github.com/joopert [@armills]: https://github.com/armills