This commit is contained in:
Paulus Schoutsen 2022-05-05 22:03:38 +00:00
parent 3f503fa171
commit 62b8539fca
2 changed files with 62 additions and 4 deletions

View File

@ -107,8 +107,8 @@ social:
# Home Assistant release details
current_major_version: 2022
current_minor_version: 5
current_patch_version: 0
date_released: 2022-05-04
current_patch_version: 1
date_released: 2022-05-05
# 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

@ -61,6 +61,7 @@ Enjoy the release!
- [Other noteworthy changes](#other-noteworthy-changes)
- [New Integrations](#new-integrations)
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 2022.5.1 - May 5](#release-202251---may-5)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
@ -527,7 +528,7 @@ you have previously skipped.
<img class="no-shadow" src='/images/blog/2022-05/settings-updates.png' alt='Screenshot showing the new updates page in the settings menu'>
Skipped updates can now be "unskipped" again too! This works in the same way
as skipping an update but can also be done in automations using this new
as skipping an update but can also be done in automations using this new
{% my developer_call_service service="service" %}.
Two new integrations have implemented update entities this release:
@ -535,7 +536,7 @@ Two new integrations have implemented update entities this release:
- [Sensibo], done by [@gjohansson-ST]
- [AVM FRITZ!Box Tools], done by [@Mask3007]
And finally, if you'd like to receive update notifications: The
And finally, if you'd like to receive update notifications: The
["Update notifications" Blueprint][update-notify] by [@mdegat01] has been
getting quite some attention in the community this month!
@ -691,6 +692,63 @@ The following integrations are now available via the Home Assistant UI:
[Steam]: /integrations/steam_online
[Tautulli]: /integrations/tautulli
## Release 2022.5.1 - May 5
- fix reading of battery messages ([@2Fake] - [#70659]) ([devolo_home_control docs])
- Only test for EncryptedBridge in Samsung J/H models ([@epenet] - [#71291]) ([samsungtv docs])
- Ensure rachio retries setup later when cloud service is broken ([@bdraco] - [#71300]) ([rachio docs])
- Fix lutron caseta occupancy sensors ([@bdraco] - [#71309]) ([lutron_caseta docs])
- Update aioairzone to v0.4.3 ([@Noltari] - [#71312]) ([airzone docs])
- Fix apple tv warning ([@balloob] - [#71321]) ([apple_tv docs])
- Fix Meater ([@emontnemery] - [#71324]) ([meater docs])
- Bump numpy to 1.21.6 ([@pvizeli] - [#71325]) ([opencv docs]) ([tensorflow docs]) ([trend docs]) ([iqvia docs]) ([compensation docs])
- Only lookup unknown Google Cast models once ([@emontnemery] - [#71348]) ([cast docs])
- Bump library version ([@bieniu] - [#71349]) ([nam docs])
- Ignore loading system entity category ([@balloob] - [#71361])
- Fix importing blueprints ([@balloob] - [#71365]) ([blueprint docs])
- Add unique ids to sensors ([@shaiu] - [#71367]) ([sabnzbd docs])
- Bump pychromecast to 12.1.1 ([@balloob] - [#71377]) ([cast docs])
[#70659]: https://github.com/home-assistant/core/pull/70659
[#71291]: https://github.com/home-assistant/core/pull/71291
[#71300]: https://github.com/home-assistant/core/pull/71300
[#71309]: https://github.com/home-assistant/core/pull/71309
[#71312]: https://github.com/home-assistant/core/pull/71312
[#71321]: https://github.com/home-assistant/core/pull/71321
[#71324]: https://github.com/home-assistant/core/pull/71324
[#71325]: https://github.com/home-assistant/core/pull/71325
[#71348]: https://github.com/home-assistant/core/pull/71348
[#71349]: https://github.com/home-assistant/core/pull/71349
[#71361]: https://github.com/home-assistant/core/pull/71361
[#71365]: https://github.com/home-assistant/core/pull/71365
[#71367]: https://github.com/home-assistant/core/pull/71367
[#71377]: https://github.com/home-assistant/core/pull/71377
[@2Fake]: https://github.com/2Fake
[@Noltari]: https://github.com/Noltari
[@balloob]: https://github.com/balloob
[@bdraco]: https://github.com/bdraco
[@bieniu]: https://github.com/bieniu
[@emontnemery]: https://github.com/emontnemery
[@epenet]: https://github.com/epenet
[@pvizeli]: https://github.com/pvizeli
[@shaiu]: https://github.com/shaiu
[airzone docs]: /integrations/airzone/
[apple_tv docs]: /integrations/apple_tv/
[blueprint docs]: /integrations/blueprint/
[cast docs]: /integrations/cast/
[compensation docs]: /integrations/compensation/
[devolo_home_control docs]: /integrations/devolo_home_control/
[iqvia docs]: /integrations/iqvia/
[lutron_caseta docs]: /integrations/lutron_caseta/
[meater docs]: /integrations/meater/
[nam docs]: /integrations/nam/
[opencv docs]: /integrations/opencv/
[rachio docs]: /integrations/rachio/
[sabnzbd docs]: /integrations/sabnzbd/
[samsungtv docs]: /integrations/samsungtv/
[tensorflow docs]: /integrations/tensorflow/
[trend docs]: /integrations/trend/
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing