Release 0.86.2

This commit is contained in:
Paulus Schoutsen 2019-01-24 21:02:23 -08:00
parent e9617f6c73
commit 91576bb50f
2 changed files with 13 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: 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.

View File

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