diff --git a/_config.yml b/_config.yml index c3bfb11752a..44988388256 100644 --- a/_config.yml +++ b/_config.yml @@ -139,7 +139,7 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 95 -current_patch_version: 3 +current_patch_version: 4 date_released: 2019-06-29 # Either # or the anchor link to latest release notes in the blog post. diff --git a/source/_posts/2019-06-26-release-95.markdown b/source/_posts/2019-06-26-release-95.markdown index 5bf94938e8e..bdb9c6ffef2 100644 --- a/source/_posts/2019-06-26-release-95.markdown +++ b/source/_posts/2019-06-26-release-95.markdown @@ -144,6 +144,19 @@ We have also realized that the default database clean up task never automaticall [@balloob]: https://github.com/balloob [cloud docs]: /components/cloud/ +## {% linkable_title Release 0.95.4 - June 28 %} + +- Improve autodiscovered yeelights model detection ([@zewelor] - [#24671]) ([yeelight docs]) +- Guard for None entity config ([@balloob] - [#24838]) ([alexa docs]) ([cloud docs]) + +[#24671]: https://github.com/home-assistant/home-assistant/pull/24671 +[#24838]: https://github.com/home-assistant/home-assistant/pull/24838 +[@balloob]: https://github.com/balloob +[@zewelor]: https://github.com/zewelor +[alexa docs]: /components/alexa/ +[cloud docs]: /components/cloud/ +[yeelight docs]: /components/yeelight/ + ## {% 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).