release 2021.4.2

This commit is contained in:
Paulus Schoutsen 2021-04-09 19:04:17 +00:00
parent 2031b72bde
commit 0d3f4b7352
2 changed files with 47 additions and 2 deletions

View File

@ -106,8 +106,8 @@ social:
# Home Assistant release details
current_major_version: 2021
current_minor_version: 4
current_patch_version: 1
date_released: 2021-04-08
current_patch_version: 2
date_released: 2021-04-09
# 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

@ -412,6 +412,51 @@ The following integrations are now available via the Home Assistant UI:
[verisure docs]: /integrations/verisure/
[zwave_js docs]: /integrations/zwave_js/
## Release 2021.4.2 - April 9
- Account for openweathermap 'dew_point' not always being present ([@hanskroner] - [#48826]) ([openweathermap docs])
- Catch expected errors and log them in rituals perfume genie ([@milanmeu] - [#48870]) ([rituals_perfume_genie docs])
- Extend media source URL expiry to 24h ([@emontnemery] - [#48912]) ([media_source docs])
- Bump pykodi to 0.2.4 ([@cgtobi] - [#48913]) ([kodi docs])
- Handle exceptions when looking for new version ([@ludeeus] - [#48922]) ([version docs])
- Change discovery timeout from 10 to 60 ([@ludeeus] - [#48924]) ([hassio docs])
- Fix "notify.events" trim() issue + add initial tests ([@spacegaier] - [#48928]) ([notify_events docs])
- Bump pykodi to 0.2.5 ([@cgtobi] - [#48930]) ([kodi docs])
- Bump ZHA quirks library ([@dmulcahey] - [#48931]) ([zha docs])
- Extend Google Cast media source URL expiry to 24h ([@Ph-Wagner] - [#48937]) ([cast docs])
- Fix Plex live TV handling ([@jjlawren] - [#48953]) ([plex docs])
[#48826]: https://github.com/home-assistant/core/pull/48826
[#48870]: https://github.com/home-assistant/core/pull/48870
[#48912]: https://github.com/home-assistant/core/pull/48912
[#48913]: https://github.com/home-assistant/core/pull/48913
[#48922]: https://github.com/home-assistant/core/pull/48922
[#48924]: https://github.com/home-assistant/core/pull/48924
[#48928]: https://github.com/home-assistant/core/pull/48928
[#48930]: https://github.com/home-assistant/core/pull/48930
[#48931]: https://github.com/home-assistant/core/pull/48931
[#48937]: https://github.com/home-assistant/core/pull/48937
[#48953]: https://github.com/home-assistant/core/pull/48953
[@Ph-Wagner]: https://github.com/Ph-Wagner
[@cgtobi]: https://github.com/cgtobi
[@dmulcahey]: https://github.com/dmulcahey
[@emontnemery]: https://github.com/emontnemery
[@hanskroner]: https://github.com/hanskroner
[@jjlawren]: https://github.com/jjlawren
[@ludeeus]: https://github.com/ludeeus
[@milanmeu]: https://github.com/milanmeu
[@spacegaier]: https://github.com/spacegaier
[cast docs]: /integrations/cast/
[hassio docs]: /integrations/hassio/
[kodi docs]: /integrations/kodi/
[media_source docs]: /integrations/media_source/
[notify_events docs]: /integrations/notify_events/
[openweathermap docs]: /integrations/openweathermap/
[plex docs]: /integrations/plex/
[rituals_perfume_genie docs]: /integrations/rituals_perfume_genie/
[version docs]: /integrations/version/
[zha docs]: /integrations/zha/
## 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).