diff --git a/_config.yml b/_config.yml index d6bb61393f3..5d495442c51 100644 --- a/_config.yml +++ b/_config.yml @@ -139,8 +139,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 94 -current_patch_version: 3 -date_released: 2019-06-13 +current_patch_version: 4 +date_released: 2019-06-19 # 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-06-05-release-94.markdown b/source/_posts/2019-06-05-release-94.markdown index f8c89eaf35e..4d9606ea66f 100644 --- a/source/_posts/2019-06-05-release-94.markdown +++ b/source/_posts/2019-06-05-release-94.markdown @@ -161,6 +161,22 @@ Because of this, we changed how packages are installed when running Home Assista [owntracks docs]: /components/owntracks/ [watson_tts docs]: /components/watson_tts/ +## {% linkable_title Release 0.94.4 - June 19 %} + +- Fixing tplink issues with offline devices during setup ([@vangorra] - [#23668]) ([tplink docs]) +- Fix zeroconf migration messing up ESPHome discovery ([@OttoWinter] - [#24578]) ([esphome docs]) +- Fixed issue #24335 ([@Swamp-Ig] - [#24612]) ([sun docs]) + +[#23668]: https://github.com/home-assistant/home-assistant/pull/23668 +[#24578]: https://github.com/home-assistant/home-assistant/pull/24578 +[#24612]: https://github.com/home-assistant/home-assistant/pull/24612 +[@OttoWinter]: https://github.com/OttoWinter +[@Swamp-Ig]: https://github.com/Swamp-Ig +[@vangorra]: https://github.com/vangorra +[esphome docs]: /components/esphome/ +[sun docs]: /components/sun/ +[tplink docs]: /components/tplink/ + ## {% 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.