This commit is contained in:
Franck Nijhof 2024-05-03 17:18:57 +02:00 committed by GitHub
parent 75463f1522
commit cc90aea4eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 135 additions and 2 deletions

View File

@ -110,8 +110,8 @@ social:
# Home Assistant release details
current_major_version: 2024
current_minor_version: 5
current_patch_version: 0
date_released: 2024-05-01
current_patch_version: 1
date_released: 2024-05-03
# 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

@ -50,6 +50,7 @@ Anyway, I will not hold you any longer. 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 2024.5.1 - May 3](#release-202451---may-3)
- [Need help? Join the community!](#need-help-join-the-community)
- [Backward-incompatible changes](#backward-incompatible-changes)
- [Farewell to the following](#farewell-to-the-following)
@ -291,6 +292,72 @@ The following {% term integrations %} are now available via the Home Assistant U
[Folder watcher]: /integrations/folder_watcher
[LG Netcast]: /integrations/lg_netcast
## Release 2024.5.1 - May 3
- Fix nws forecast coordinators and remove legacy forecast handling ([@MatthewFlamm] - [#115857])
- Bump opentherm_gw to 2.2.0 ([@GraceGRD] - [#116527])
- Add a lock to homekit_controller platform loads ([@bdraco] - [#116539])
- Fix MQTT discovery cooldown too short with large setup ([@jbouwh] - [#116550])
- Bump upb_lib to 0.5.6 ([@gwww] - [#116558])
- Bump elkm1_lib to 2.2.7 ([@gwww] - [#116564])
- Fix Matter startup when Matter bridge is present ([@marcelveldt] - [#116569])
- Bump sanix to 1.0.6 ([@tomaszsluszniak] - [#116570])
- Fix Airthings BLE model names ([@LaStrada] - [#116579])
- Improve coordinator in Ondilo ico ([@joostlek] - [#116596])
- Fix inheritance order for KNX notify ([@farmio] - [#116600])
- Bump Airthings BLE to 0.8.0 ([@LaStrada] - [#116616])
- Bump pywaze to 1.0.1 ([@eifinger] - [#116621])
- Add constraint for tuf ([@cdce8p] - [#116627])
- Bump aiounifi to v77 ([@Kane610] - [#116639])
- Bump govee-light-local library and fix wrong information for Govee lights ([@Galorhallen] - [#116651])
- Bump ZHA dependency bellows to 0.38.4 ([@puddly] - [#116660])
- Bump habluetooth to 2.8.1 ([@bdraco] - [#116661])
- Bump env_canada lib to 0.6.2 ([@gwww] - [#116662])
- Block dreame_vacuum versions older than 1.0.4 ([@bdraco] - [#116673])
- Fix fyta test timezone handling ([@cdce8p] - [#116689])
- Fix BroadlinkRemote._learn_command() ([@felipediel] - [#116692])
[#115857]: https://github.com/home-assistant/core/pull/115857
[#116527]: https://github.com/home-assistant/core/pull/116527
[#116538]: https://github.com/home-assistant/core/pull/116538
[#116539]: https://github.com/home-assistant/core/pull/116539
[#116550]: https://github.com/home-assistant/core/pull/116550
[#116558]: https://github.com/home-assistant/core/pull/116558
[#116564]: https://github.com/home-assistant/core/pull/116564
[#116569]: https://github.com/home-assistant/core/pull/116569
[#116570]: https://github.com/home-assistant/core/pull/116570
[#116579]: https://github.com/home-assistant/core/pull/116579
[#116596]: https://github.com/home-assistant/core/pull/116596
[#116600]: https://github.com/home-assistant/core/pull/116600
[#116616]: https://github.com/home-assistant/core/pull/116616
[#116621]: https://github.com/home-assistant/core/pull/116621
[#116627]: https://github.com/home-assistant/core/pull/116627
[#116639]: https://github.com/home-assistant/core/pull/116639
[#116651]: https://github.com/home-assistant/core/pull/116651
[#116660]: https://github.com/home-assistant/core/pull/116660
[#116661]: https://github.com/home-assistant/core/pull/116661
[#116662]: https://github.com/home-assistant/core/pull/116662
[#116673]: https://github.com/home-assistant/core/pull/116673
[#116689]: https://github.com/home-assistant/core/pull/116689
[#116692]: https://github.com/home-assistant/core/pull/116692
[@Galorhallen]: https://github.com/Galorhallen
[@GraceGRD]: https://github.com/GraceGRD
[@Kane610]: https://github.com/Kane610
[@LaStrada]: https://github.com/LaStrada
[@MatthewFlamm]: https://github.com/MatthewFlamm
[@bdraco]: https://github.com/bdraco
[@cdce8p]: https://github.com/cdce8p
[@eifinger]: https://github.com/eifinger
[@farmio]: https://github.com/farmio
[@felipediel]: https://github.com/felipediel
[@frenck]: https://github.com/frenck
[@gwww]: https://github.com/gwww
[@jbouwh]: https://github.com/jbouwh
[@joostlek]: https://github.com/joostlek
[@marcelveldt]: https://github.com/marcelveldt
[@puddly]: https://github.com/puddly
[@tomaszsluszniak]: https://github.com/tomaszsluszniak
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing

View File

@ -785,6 +785,72 @@ For a summary in a more readable format:
- Add blocklist for known Matter devices with faulty transitions ([@marcelveldt] - [#116524])
- Fix stop event cleanup when reloading MQTT ([@bdraco] - [#116525])
## Release 2024.5.1 - May 3
- Fix nws forecast coordinators and remove legacy forecast handling ([@MatthewFlamm] - [#115857])
- Bump opentherm_gw to 2.2.0 ([@GraceGRD] - [#116527])
- Add a lock to homekit_controller platform loads ([@bdraco] - [#116539])
- Fix MQTT discovery cooldown too short with large setup ([@jbouwh] - [#116550])
- Bump upb_lib to 0.5.6 ([@gwww] - [#116558])
- Bump elkm1_lib to 2.2.7 ([@gwww] - [#116564])
- Fix Matter startup when Matter bridge is present ([@marcelveldt] - [#116569])
- Bump sanix to 1.0.6 ([@tomaszsluszniak] - [#116570])
- Fix Airthings BLE model names ([@LaStrada] - [#116579])
- Improve coordinator in Ondilo ico ([@joostlek] - [#116596])
- Fix inheritance order for KNX notify ([@farmio] - [#116600])
- Bump Airthings BLE to 0.8.0 ([@LaStrada] - [#116616])
- Bump pywaze to 1.0.1 ([@eifinger] - [#116621])
- Add constraint for tuf ([@cdce8p] - [#116627])
- Bump aiounifi to v77 ([@Kane610] - [#116639])
- Bump govee-light-local library and fix wrong information for Govee lights ([@Galorhallen] - [#116651])
- Bump ZHA dependency bellows to 0.38.4 ([@puddly] - [#116660])
- Bump habluetooth to 2.8.1 ([@bdraco] - [#116661])
- Bump env_canada lib to 0.6.2 ([@gwww] - [#116662])
- Block dreame_vacuum versions older than 1.0.4 ([@bdraco] - [#116673])
- Fix fyta test timezone handling ([@cdce8p] - [#116689])
- Fix BroadlinkRemote._learn_command() ([@felipediel] - [#116692])
[#115857]: https://github.com/home-assistant/core/pull/115857
[#116527]: https://github.com/home-assistant/core/pull/116527
[#116538]: https://github.com/home-assistant/core/pull/116538
[#116539]: https://github.com/home-assistant/core/pull/116539
[#116550]: https://github.com/home-assistant/core/pull/116550
[#116558]: https://github.com/home-assistant/core/pull/116558
[#116564]: https://github.com/home-assistant/core/pull/116564
[#116569]: https://github.com/home-assistant/core/pull/116569
[#116570]: https://github.com/home-assistant/core/pull/116570
[#116579]: https://github.com/home-assistant/core/pull/116579
[#116596]: https://github.com/home-assistant/core/pull/116596
[#116600]: https://github.com/home-assistant/core/pull/116600
[#116616]: https://github.com/home-assistant/core/pull/116616
[#116621]: https://github.com/home-assistant/core/pull/116621
[#116627]: https://github.com/home-assistant/core/pull/116627
[#116639]: https://github.com/home-assistant/core/pull/116639
[#116651]: https://github.com/home-assistant/core/pull/116651
[#116660]: https://github.com/home-assistant/core/pull/116660
[#116661]: https://github.com/home-assistant/core/pull/116661
[#116662]: https://github.com/home-assistant/core/pull/116662
[#116673]: https://github.com/home-assistant/core/pull/116673
[#116689]: https://github.com/home-assistant/core/pull/116689
[#116692]: https://github.com/home-assistant/core/pull/116692
[@Galorhallen]: https://github.com/Galorhallen
[@GraceGRD]: https://github.com/GraceGRD
[@Kane610]: https://github.com/Kane610
[@LaStrada]: https://github.com/LaStrada
[@MatthewFlamm]: https://github.com/MatthewFlamm
[@bdraco]: https://github.com/bdraco
[@cdce8p]: https://github.com/cdce8p
[@eifinger]: https://github.com/eifinger
[@farmio]: https://github.com/farmio
[@felipediel]: https://github.com/felipediel
[@frenck]: https://github.com/frenck
[@gwww]: https://github.com/gwww
[@jbouwh]: https://github.com/jbouwh
[@joostlek]: https://github.com/joostlek
[@marcelveldt]: https://github.com/marcelveldt
[@puddly]: https://github.com/puddly
[@tomaszsluszniak]: https://github.com/tomaszsluszniak
[#100780]: https://github.com/home-assistant/core/pull/100780
[#102424]: https://github.com/home-assistant/core/pull/102424
[#104343]: https://github.com/home-assistant/core/pull/104343