From 0f4ac7d1eafc1cfffbe10f33dad93fef3155a6e1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 26 Jan 2019 14:13:43 -0800 Subject: [PATCH] 0.86.3 --- _config.yml | 4 ++-- source/_posts/2019-01-23-release-86.markdown | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6e16a83df8d..0ed1eca7007 100644 --- a/_config.yml +++ b/_config.yml @@ -144,8 +144,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 86 -current_patch_version: 2 -date_released: 2019-01-25 +current_patch_version: 3 +date_released: 2019-01-26 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2019-01-23-release-86.markdown b/source/_posts/2019-01-23-release-86.markdown index 1bd1480c81f..6fd29d8ee4c 100644 --- a/source/_posts/2019-01-23-release-86.markdown +++ b/source/_posts/2019-01-23-release-86.markdown @@ -38,6 +38,8 @@ The Zigbee team is also planning a bunch of cool things for 2019. Direct device ## {% linkable_title Noteworthy breaking changes %} +Update: the entity ID one was too harsh, it's not a warning. + This release also includes two noteworthy breaking changes. One is a follow-up on the slugify breaking change from last release. We did not update the validation check for config options that need to be valid slugs. This means that some of your config values might be invalid. Keep an eye at the console as we have a new message to tell you which ones are wrong. The following things are not allowed in entity IDs: @@ -89,6 +91,17 @@ Another noteworthy breaking change (sorry!), is that the automation `time` trigg [@starkillerOG]: https://github.com/starkillerOG [hue docs]: /components/hue/ +## {% linkable_title Release 0.86.3 - January 26 %} + +- Philips Hue, include debug message for color gamut ([@starkillerOG] - [#20455]) ([hue docs]) +- Warn instead of break for old slugs/entity ids ([@balloob] - [#20478]) + +[#20455]: https://github.com/home-assistant/home-assistant/pull/20455 +[#20478]: https://github.com/home-assistant/home-assistant/pull/20478 +[@balloob]: https://github.com/balloob +[@starkillerOG]: https://github.com/starkillerOG +[hue docs]: /components/hue/ + ## {% linkable_title 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.