diff --git a/source/_posts/2021-04-07-release-20214.markdown b/source/_posts/2021-04-07-release-20214.markdown index 04f6110ee4c..b352c17713c 100644 --- a/source/_posts/2021-04-07-release-20214.markdown +++ b/source/_posts/2021-04-07-release-20214.markdown @@ -47,6 +47,8 @@ Enjoy the release! - [Release 2021.4.1 - April 8](#release-202141---april-8) - [Release 2021.4.2 - April 9](#release-202142---april-9) - [Release 2021.4.3 - April 10](#release-202143---april-10) +- [Release 2021.4.4 - April 13](#release-202144---april-13) +- [Release 2021.4.5 - April 16](#release-202145---april-16) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -550,6 +552,41 @@ The following integrations are now available via the Home Assistant UI: [shelly docs]: /integrations/shelly/ [zwave_js docs]: /integrations/zwave_js/ +## Release 2021.4.5 - April 16 + +- Bump aiodiscover to 1.3.4 ([@bdraco] - [#49142]) ([dhcp docs]) +- Fix setting up remotes that lack a supported features list in homekit ([@bdraco] - [#49152]) ([homekit docs]) +- Don't receive homeassistant_* events from MQTT eventstream ([@emontnemery] - [#49158]) ([mqtt_eventstream docs]) +- Set deprecated supported_features for MQTT JSON light ([@emontnemery] - [#49167]) ([light docs]) ([mqtt docs]) +- Upgrade spotipy to 2.18.0 ([@frenck] - [#49220]) ([spotify docs]) +- Fix race when restarting script ([@emontnemery] - [#49247]) +- Fix mysensors sensor protocol version check ([@MartinHjelmare] - [#49257]) ([mysensors docs]) +- Fix Coronavirus integration robustness ([@frenck] - [#49287]) ([coronavirus docs]) +- Mark camera as a base platform ([@ludeeus] - [#49297]) + +[#49142]: https://github.com/home-assistant/core/pull/49142 +[#49152]: https://github.com/home-assistant/core/pull/49152 +[#49158]: https://github.com/home-assistant/core/pull/49158 +[#49167]: https://github.com/home-assistant/core/pull/49167 +[#49220]: https://github.com/home-assistant/core/pull/49220 +[#49247]: https://github.com/home-assistant/core/pull/49247 +[#49257]: https://github.com/home-assistant/core/pull/49257 +[#49287]: https://github.com/home-assistant/core/pull/49287 +[#49297]: https://github.com/home-assistant/core/pull/49297 +[@MartinHjelmare]: https://github.com/MartinHjelmare +[@bdraco]: https://github.com/bdraco +[@emontnemery]: https://github.com/emontnemery +[@frenck]: https://github.com/frenck +[@ludeeus]: https://github.com/ludeeus +[coronavirus docs]: /integrations/coronavirus/ +[dhcp docs]: /integrations/dhcp/ +[homekit docs]: /integrations/homekit/ +[light docs]: /integrations/light/ +[mqtt docs]: /integrations/mqtt/ +[mqtt_eventstream docs]: /integrations/mqtt_eventstream/ +[mysensors docs]: /integrations/mysensors/ +[spotify docs]: /integrations/spotify/ + ## 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).