diff --git a/_config.yml b/_config.yml index 572136e5e9d..c0355bb85f6 100644 --- a/_config.yml +++ b/_config.yml @@ -106,8 +106,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 4 -current_patch_version: 2 -date_released: 2021-04-09 +current_patch_version: 3 +date_released: 2021-04-10 # 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/2021-04-07-release-20214.markdown b/source/_posts/2021-04-07-release-20214.markdown index f4fd3869e6a..151d344efc2 100644 --- a/source/_posts/2021-04-07-release-20214.markdown +++ b/source/_posts/2021-04-07-release-20214.markdown @@ -459,6 +459,38 @@ The following integrations are now available via the Home Assistant UI: [version docs]: /integrations/version/ [zha docs]: /integrations/zha/ +## Release 2021.4.3 - April 10 + +- Add TTS engines in config.components ([@ludeeus] - [#48939]) ([tts docs]) +- Implement percentage_step and preset_mode is not not speed fix for MQTT fan ([@jbouwh] - [#48951]) ([mqtt docs]) +- Bump devolo Home Control to support old websocket-client versions again ([@Shutgun] - [#48960]) ([devolo_home_control docs]) +- Fix config forwarding ([@balloob] - [#48967]) ([template docs]) +- Prevent ping id allocation conflict with device_tracker ([@bdraco] - [#48969]) ([ping docs]) +- Fix Shelly button device triggers ([@thecode] - [#48974]) ([shelly docs]) +- Update python-smarttub to 0.0.23 ([@mdz] - [#48978]) ([smarttub docs]) + +[#48939]: https://github.com/home-assistant/core/pull/48939 +[#48951]: https://github.com/home-assistant/core/pull/48951 +[#48960]: https://github.com/home-assistant/core/pull/48960 +[#48967]: https://github.com/home-assistant/core/pull/48967 +[#48969]: https://github.com/home-assistant/core/pull/48969 +[#48974]: https://github.com/home-assistant/core/pull/48974 +[@Shutgun]: https://github.com/Shutgun +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@jbouwh]: https://github.com/jbouwh +[@ludeeus]: https://github.com/ludeeus +[@thecode]: https://github.com/thecode +[devolo_home_control docs]: /integrations/devolo_home_control/ +[mqtt docs]: /integrations/mqtt/ +[ping docs]: /integrations/ping/ +[shelly docs]: /integrations/shelly/ +[template docs]: /integrations/template/ +[tts docs]: /integrations/tts/ +[#48978]: https://github.com/home-assistant/core/pull/48978 +[@mdz]: https://github.com/mdz +[smarttub docs]: /integrations/smarttub/ + ## 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).