This commit is contained in:
Paulus Schoutsen 2019-01-26 14:13:43 -08:00
parent 8f6f2ebb2b
commit 0f4ac7d1ea
2 changed files with 15 additions and 2 deletions

View File

@ -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.

View File

@ -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.