diff --git a/_config.yml b/_config.yml index d08fca10a6c..6e16a83df8d 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: 1 -date_released: 2019-01-24 +current_patch_version: 2 +date_released: 2019-01-25 # 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 5e527613949..b2b0d999f7c 100644 --- a/source/_posts/2019-01-23-release-86.markdown +++ b/source/_posts/2019-01-23-release-86.markdown @@ -72,6 +72,17 @@ Another noteworthy breaking change (sorry!), is that the automation `time` trigg [blink docs]: /components/blink/ [sensor.gtt docs]: /components/sensor.gtt/ +## {% linkable_title Release 0.86.2 - January 24 %} + +- Philips Hue - Remove unnessesary warning ([@starkillerOG] - [#20394]) ([hue docs]) +- history allowed to load states with invalid entity IDs ([@balloob] - [#20399]) + +[#20394]: https://github.com/home-assistant/home-assistant/pull/20394 +[#20399]: https://github.com/home-assistant/home-assistant/pull/20399 +[@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.