* 2024.8.3

* Uno mas

* Add some whitespace back
This commit is contained in:
Paulus Schoutsen 2024-08-25 16:17:42 +02:00 committed by GitHub
parent 4686e10472
commit 00b727b11f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 129 additions and 3 deletions

View File

@ -108,8 +108,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 2024 current_major_version: 2024
current_minor_version: 8 current_minor_version: 8
current_patch_version: 2 current_patch_version: 3
date_released: 2024-08-16 date_released: 2024-08-25
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -61,6 +61,7 @@ Enjoy the release! 🎉
- [Patch releases](#patch-releases) - [Patch releases](#patch-releases)
- [2024.8.1 - August 10](#202481---august-10) - [2024.8.1 - August 10](#202481---august-10)
- [2024.8.2 - August 16](#202482---august-16) - [2024.8.2 - August 16](#202482---august-16)
- [Release 2024.8.3 - August 25](#release-202483---august-25)
- [Need help? Join the community!](#need-help-join-the-community) - [Need help? Join the community!](#need-help-join-the-community)
- [Backward-incompatible changes](#backward-incompatible-changes) - [Backward-incompatible changes](#backward-incompatible-changes)
- [All changes](#all-changes) - [All changes](#all-changes)
@ -825,6 +826,131 @@ week (around Friday).
[@timmo001]: https://github.com/timmo001 [@timmo001]: https://github.com/timmo001
[@wittypluck]: https://github.com/wittypluck [@wittypluck]: https://github.com/wittypluck
## Release 2024.8.3 - August 25
- Skip NextBus update if integration is still loading ([@drozycki] - [#123564]) ([nextbus docs])
- Bump yalexs to 6.5.0 ([@bdraco] - [#123739]) ([august docs])
- Bump yalexs to 8.0.2 ([@bdraco] - [#123817]) ([august docs])
- Bump aioshelly to 11.2.4 ([@bdraco] - [#124080]) ([shelly docs])
- Add Alt Core300s model to vesync integration ([@cdnninja] - [#124091]) ([vesync docs])
- Bump pybravia to 0.3.4 ([@Drafteed] - [#124113]) ([braviatv docs])
- Bump aiohomekit to 3.2.3 ([@bdraco] - [#124115]) ([homekit_controller docs])
- Bump nest to 4.0.7 to increase subscriber deadline ([@allenporter] - [#124131]) ([nest docs])
- Bump tplink-omada-api to 1.4.2 ([@MarkGodwin] - [#124136]) ([tplink_omada docs])
- Bump aiohttp to 3.10.4 ([@bdraco] - [#124137])
- Update Matter light transition blocklist to include GE Cync Undercabinet Lights ([@cjmaio] - [#124138]) ([matter docs])
- Shelly RPC - do not stop BLE scanner if a sleeping device ([@thecode] - [#124147]) ([shelly docs])
- Fix shelly available check when device is not initialized ([@bdraco] - [#124182]) ([shelly docs])
- Bump pyhomeworks to 1.1.2 ([@emontnemery] - [#124199]) ([homeworks docs])
- Bump aiohttp to 3.10.5 ([@bdraco] - [#124254])
- Update xknx to 3.1.1 ([@farmio] - [#124257]) ([knx docs])
- Bump python-roborock to 2.6.0 ([@allenporter] - [#124268]) ([roborock docs])
- Prevent KeyError when Matter device sends invalid value for StartUpOnOff ([@marcelveldt] - [#124280]) ([matter docs])
- Don't abort airgradient user flow if flow in progress ([@joostlek] - [#124300]) ([airgradient docs])
- Bump yalexs to 8.1.2 ([@bdraco] - [#124303]) ([august docs])
- Bump python-holidays to 0.54 ([@gjohansson-ST] - [#124170]) ([workday docs]) ([holiday docs])
- Bump python-holidays to 0.55 ([@gjohansson-ST] - [#124314]) ([workday docs]) ([holiday docs])
- Add missing strings for riemann options flow ([@karwosts] - [#124317]) ([integration docs])
- Fix Spotify Media Browsing fails for new config entries ([@PeteRager] - [#124368]) ([spotify docs])
- update ttn_client - fix crash with SenseCAP devices ([@angelnu] - [#124370]) ([thethingsnetwork docs])
- Add supported features for iZone ([@Swamp-Ig] - [#124416]) ([izone docs])
- Bump yalexs to 8.1.4 ([@bdraco] - [#124425]) ([august docs])
- Bump aiohue to version 4.7.3 ([@idekker] - [#124436]) ([hue docs])
- Don't raise WLED user flow unique_id check ([@joostlek] - [#124481]) ([wled docs])
- Bump yalexs to 8.3.3 ([@bdraco] - [#124492]) ([august docs])
- Bump yalexs to 8.4.0 ([@bdraco] - [#124520]) ([august docs])
- Bump yalexs to 8.4.1 ([@bdraco] - [#124553]) ([august docs])
- Fix missing id in Habitica completed todos API response ([@tr4nt0r] - [#124565]) ([habitica docs])
- Only support remote activity on Alexa if feature is set and at least one feature is in the activity_list ([@jbouwh] - [#124567]) ([alexa docs])
- Revert "Exclude aiohappyeyeballs from license check" ([@bdraco] - [#124116])
[#123276]: https://github.com/home-assistant/core/pull/123276
[#123544]: https://github.com/home-assistant/core/pull/123544
[#123564]: https://github.com/home-assistant/core/pull/123564
[#123739]: https://github.com/home-assistant/core/pull/123739
[#123817]: https://github.com/home-assistant/core/pull/123817
[#124069]: https://github.com/home-assistant/core/pull/124069
[#124080]: https://github.com/home-assistant/core/pull/124080
[#124091]: https://github.com/home-assistant/core/pull/124091
[#124113]: https://github.com/home-assistant/core/pull/124113
[#124115]: https://github.com/home-assistant/core/pull/124115
[#124131]: https://github.com/home-assistant/core/pull/124131
[#124136]: https://github.com/home-assistant/core/pull/124136
[#124137]: https://github.com/home-assistant/core/pull/124137
[#124138]: https://github.com/home-assistant/core/pull/124138
[#124147]: https://github.com/home-assistant/core/pull/124147
[#124170]: https://github.com/home-assistant/core/pull/124170
[#124182]: https://github.com/home-assistant/core/pull/124182
[#124199]: https://github.com/home-assistant/core/pull/124199
[#124254]: https://github.com/home-assistant/core/pull/124254
[#124257]: https://github.com/home-assistant/core/pull/124257
[#124268]: https://github.com/home-assistant/core/pull/124268
[#124280]: https://github.com/home-assistant/core/pull/124280
[#124300]: https://github.com/home-assistant/core/pull/124300
[#124303]: https://github.com/home-assistant/core/pull/124303
[#124314]: https://github.com/home-assistant/core/pull/124314
[#124317]: https://github.com/home-assistant/core/pull/124317
[#124368]: https://github.com/home-assistant/core/pull/124368
[#124370]: https://github.com/home-assistant/core/pull/124370
[#124416]: https://github.com/home-assistant/core/pull/124416
[#124425]: https://github.com/home-assistant/core/pull/124425
[#124436]: https://github.com/home-assistant/core/pull/124436
[#124481]: https://github.com/home-assistant/core/pull/124481
[#124492]: https://github.com/home-assistant/core/pull/124492
[#124520]: https://github.com/home-assistant/core/pull/124520
[#124553]: https://github.com/home-assistant/core/pull/124553
[#124565]: https://github.com/home-assistant/core/pull/124565
[#124567]: https://github.com/home-assistant/core/pull/124567
[#124116]: https://github.com/home-assistant/core/pull/124116
[@Drafteed]: https://github.com/Drafteed
[@MarkGodwin]: https://github.com/MarkGodwin
[@PeteRager]: https://github.com/PeteRager
[@Swamp-Ig]: https://github.com/Swamp-Ig
[@allenporter]: https://github.com/allenporter
[@angelnu]: https://github.com/angelnu
[@bdraco]: https://github.com/bdraco
[@cdnninja]: https://github.com/cdnninja
[@cjmaio]: https://github.com/cjmaio
[@drozycki]: https://github.com/drozycki
[@emontnemery]: https://github.com/emontnemery
[@farmio]: https://github.com/farmio
[@frenck]: https://github.com/frenck
[@gjohansson-ST]: https://github.com/gjohansson-ST
[@idekker]: https://github.com/idekker
[@jbouwh]: https://github.com/jbouwh
[@joostlek]: https://github.com/joostlek
[@karwosts]: https://github.com/karwosts
[@marcelveldt]: https://github.com/marcelveldt
[@thecode]: https://github.com/thecode
[@tr4nt0r]: https://github.com/tr4nt0r
[advantage_air docs]: /integrations/advantage_air/
[aemet docs]: /integrations/aemet/
[airgradient docs]: /integrations/airgradient/
[airtouch4 docs]: /integrations/airtouch4/
[airtouch5 docs]: /integrations/airtouch5/
[alexa docs]: /integrations/alexa/
[august docs]: /integrations/august/
[braviatv docs]: /integrations/braviatv/
[habitica docs]: /integrations/habitica/
[holiday docs]: /integrations/holiday/
[homekit_controller docs]: /integrations/homekit_controller/
[homeworks docs]: /integrations/homeworks/
[hue docs]: /integrations/hue/
[integration docs]: /integrations/integration/
[izone docs]: /integrations/izone/
[knx docs]: /integrations/knx/
[matter docs]: /integrations/matter/
[nest docs]: /integrations/nest/
[nextbus docs]: /integrations/nextbus/
[roborock docs]: /integrations/roborock/
[shelly docs]: /integrations/shelly/
[spotify docs]: /integrations/spotify/
[thethingsnetwork docs]: /integrations/thethingsnetwork/
[tplink_omada docs]: /integrations/tplink_omada/
[vesync docs]: /integrations/vesync/
[wled docs]: /integrations/wled/
[workday docs]: /integrations/workday/
## Need help? Join the community! ## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing Home Assistant has a great community of users who are all more than willing