From a8822a27558ae4bdcbcfba46f4e19109959eafae Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 19 Jul 2024 19:39:08 +0200 Subject: [PATCH] 2024.7.3 (#33879) --- _config.yml | 4 +- .../_posts/2024-07-03-release-20247.markdown | 112 ++++++++++++++++++ source/changelogs/core-2024.7.markdown | 111 +++++++++++++++++ 3 files changed, 225 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 73a7bf69085..8d76ad15352 100644 --- a/_config.yml +++ b/_config.yml @@ -108,8 +108,8 @@ social: # Home Assistant release details current_major_version: 2024 current_minor_version: 7 -current_patch_version: 2 -date_released: 2024-07-10 +current_patch_version: 3 +date_released: 2024-07-19 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2024-07-03-release-20247.markdown b/source/_posts/2024-07-03-release-20247.markdown index a765abbb957..e6ffb7c7393 100644 --- a/source/_posts/2024-07-03-release-20247.markdown +++ b/source/_posts/2024-07-03-release-20247.markdown @@ -67,6 +67,7 @@ Enjoy the release! - [Patch releases](#patch-releases) - [2024.7.1 - July 5](#202471---july-5) - [2024.7.2 - July 10](#202472---july-10) + - [2024.7.3 - July 19](#202473---july-19) - [Need help? Join the community!](#need-help-join-the-community) - [Backward-incompatible changes](#backward-incompatible-changes) - [All changes](#all-changes) @@ -661,6 +662,117 @@ every Friday. [@temesinko]: https://github.com/temesinko [@tronikos]: https://github.com/tronikos +### 2024.7.3 - July 19 + +- Fix reauth error and exception in ista EcoTrend integration ([@tr4nt0r] - [#121482]) +- Retain Jellyfin config flow input on connection issue ([@j-stienstra] - [#121618]) +- Update Supla async_set_cover_position to use "REVEAL_PARTIALLY" ([@ontaptom] - [#121663]) +- Bump sunweg 3.0.2 ([@rokam] - [#121684]) +- Allow enigma2 devices to use different source bouquets ([@autinerd] - [#121686]) +- Fix tplink bug changing color temp on bulbs with light effects ([@sdb9696] - [#121696]) +- Bump knocki to 0.3.0 ([@joostlek] - [#121704]) +- Bump pyloadapi to v1.3.2 ([@tr4nt0r] - [#121709]) +- Fix update happening too early in unifiprotect ([@bdraco] - [#121714]) +- Bump knocki to 0.3.1 ([@joostlek] - [#121717]) +- Fix bad access to UniFi runtime_data when not assigned ([@Kane610] - [#121725]) +- Update Idasen Desk library to 2.6.2 ([@abmantis] - [#121729]) +- Bump opower to 0.5.2 to fix 403 forbidden errors for users with multiple accounts ([@tronikos] - [#121762]) +- Pin mashumaro version >= 3.13.1 for python 3.12.4 compatibility. ([@allenporter] - [#121782]) +- Bump pytedee_async to 0.2.20 ([@zweckj] - [#121783]) +- Add some missing tplink ouis ([@bdraco] - [#121785]) +- Use async_connect in newly bumped 0.5.8 UPB library ([@gwww] - [#121789]) +- Bump python-kasa to 0.7.0.4 ([@sdb9696] - [#121791]) +- Add missing translations to Roborock ([@jpbede] - [#121796]) +- Fix alexa does to check `current_position` correctly when handling cover range changes ([@jbouwh] - [#121798]) +- Reolink media second lens ([@starkillerOG] - [#121800]) +- Bump PySwitchbot to 0.48.1 ([@ollo69] - [#121804]) +- Bump aiolifx to 1.0.4 ([@Djelibeybi] - [#121267]) +- Bump aiolifx to 1.0.5 ([@Djelibeybi] - [#121824]) +- Log add/remove index complete at the same level as when it starts ([@bdraco] - [#121852]) +- Fix opentherm_gw availability ([@mvn23] - [#121892]) +- Fix rainforest_raven closing device due to timeout ([@cottsay] - [#121905]) +- Fix enigma2 mute ([@tgorochowik] - [#121928]) +- Fix `configuration_url` for Shelly device using IPv6 ([@bieniu] - [#121939]) +- Narrow sqlite database corruption check to ensure disk image is malformed ([@bdraco] - [#121947]) +- Bump python-holidays to 0.53 ([@gjohansson-ST] - [#122021]) +- Mark UniFi power cycle button as unavailable if PoE is not enabled on port ([@Kane610] - [#122035]) +- Fix hive not updating when boosting ([@HarryEMartland] - [#122042]) +- Update tplink device config during reauth flow ([@sdb9696] - [#122089]) +- Prevent connecting to a Shelly device that is already connected ([@thecode] - [#122105]) +- Bump tplink dependency python-kasa to 0.7.0.5 ([@sdb9696] - [#122119]) +- Update yt-dlp to 2024.07.16 ([@cdce8p] - [#122124]) +- Fix KeyError in config flow of Bring integration ([@tr4nt0r] - [#122136]) + +[#120579]: https://github.com/home-assistant/core/pull/120579 +[#121267]: https://github.com/home-assistant/core/pull/121267 +[#121289]: https://github.com/home-assistant/core/pull/121289 +[#121482]: https://github.com/home-assistant/core/pull/121482 +[#121618]: https://github.com/home-assistant/core/pull/121618 +[#121663]: https://github.com/home-assistant/core/pull/121663 +[#121671]: https://github.com/home-assistant/core/pull/121671 +[#121684]: https://github.com/home-assistant/core/pull/121684 +[#121686]: https://github.com/home-assistant/core/pull/121686 +[#121696]: https://github.com/home-assistant/core/pull/121696 +[#121704]: https://github.com/home-assistant/core/pull/121704 +[#121709]: https://github.com/home-assistant/core/pull/121709 +[#121714]: https://github.com/home-assistant/core/pull/121714 +[#121717]: https://github.com/home-assistant/core/pull/121717 +[#121725]: https://github.com/home-assistant/core/pull/121725 +[#121729]: https://github.com/home-assistant/core/pull/121729 +[#121762]: https://github.com/home-assistant/core/pull/121762 +[#121782]: https://github.com/home-assistant/core/pull/121782 +[#121783]: https://github.com/home-assistant/core/pull/121783 +[#121785]: https://github.com/home-assistant/core/pull/121785 +[#121789]: https://github.com/home-assistant/core/pull/121789 +[#121791]: https://github.com/home-assistant/core/pull/121791 +[#121796]: https://github.com/home-assistant/core/pull/121796 +[#121798]: https://github.com/home-assistant/core/pull/121798 +[#121800]: https://github.com/home-assistant/core/pull/121800 +[#121804]: https://github.com/home-assistant/core/pull/121804 +[#121824]: https://github.com/home-assistant/core/pull/121824 +[#121852]: https://github.com/home-assistant/core/pull/121852 +[#121892]: https://github.com/home-assistant/core/pull/121892 +[#121905]: https://github.com/home-assistant/core/pull/121905 +[#121928]: https://github.com/home-assistant/core/pull/121928 +[#121939]: https://github.com/home-assistant/core/pull/121939 +[#121947]: https://github.com/home-assistant/core/pull/121947 +[#122021]: https://github.com/home-assistant/core/pull/122021 +[#122035]: https://github.com/home-assistant/core/pull/122035 +[#122042]: https://github.com/home-assistant/core/pull/122042 +[#122089]: https://github.com/home-assistant/core/pull/122089 +[#122105]: https://github.com/home-assistant/core/pull/122105 +[#122119]: https://github.com/home-assistant/core/pull/122119 +[#122124]: https://github.com/home-assistant/core/pull/122124 +[#122136]: https://github.com/home-assistant/core/pull/122136 +[@Djelibeybi]: https://github.com/Djelibeybi +[@HarryEMartland]: https://github.com/HarryEMartland +[@Kane610]: https://github.com/Kane610 +[@abmantis]: https://github.com/abmantis +[@allenporter]: https://github.com/allenporter +[@autinerd]: https://github.com/autinerd +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@cdce8p]: https://github.com/cdce8p +[@cottsay]: https://github.com/cottsay +[@frenck]: https://github.com/frenck +[@gjohansson-ST]: https://github.com/gjohansson-ST +[@gwww]: https://github.com/gwww +[@j-stienstra]: https://github.com/j-stienstra +[@jbouwh]: https://github.com/jbouwh +[@joostlek]: https://github.com/joostlek +[@jpbede]: https://github.com/jpbede +[@mvn23]: https://github.com/mvn23 +[@ollo69]: https://github.com/ollo69 +[@ontaptom]: https://github.com/ontaptom +[@rokam]: https://github.com/rokam +[@sdb9696]: https://github.com/sdb9696 +[@starkillerOG]: https://github.com/starkillerOG +[@tgorochowik]: https://github.com/tgorochowik +[@thecode]: https://github.com/thecode +[@tr4nt0r]: https://github.com/tr4nt0r +[@tronikos]: https://github.com/tronikos +[@zweckj]: https://github.com/zweckj + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing diff --git a/source/changelogs/core-2024.7.markdown b/source/changelogs/core-2024.7.markdown index 8c15b2b61fb..7affa2f14d2 100644 --- a/source/changelogs/core-2024.7.markdown +++ b/source/changelogs/core-2024.7.markdown @@ -1361,6 +1361,117 @@ For a summary in a more readable format: [@temesinko]: https://github.com/temesinko [@tronikos]: https://github.com/tronikos +## Release 2024.7.3 - July 19 + +- Fix reauth error and exception in ista EcoTrend integration ([@tr4nt0r] - [#121482]) +- Retain Jellyfin config flow input on connection issue ([@j-stienstra] - [#121618]) +- Update Supla async_set_cover_position to use "REVEAL_PARTIALLY" ([@ontaptom] - [#121663]) +- Bump sunweg 3.0.2 ([@rokam] - [#121684]) +- Allow enigma2 devices to use different source bouquets ([@autinerd] - [#121686]) +- Fix tplink bug changing color temp on bulbs with light effects ([@sdb9696] - [#121696]) +- Bump knocki to 0.3.0 ([@joostlek] - [#121704]) +- Bump pyloadapi to v1.3.2 ([@tr4nt0r] - [#121709]) +- Fix update happening too early in unifiprotect ([@bdraco] - [#121714]) +- Bump knocki to 0.3.1 ([@joostlek] - [#121717]) +- Fix bad access to UniFi runtime_data when not assigned ([@Kane610] - [#121725]) +- Update Idasen Desk library to 2.6.2 ([@abmantis] - [#121729]) +- Bump opower to 0.5.2 to fix 403 forbidden errors for users with multiple accounts ([@tronikos] - [#121762]) +- Pin mashumaro version >= 3.13.1 for python 3.12.4 compatibility. ([@allenporter] - [#121782]) +- Bump pytedee_async to 0.2.20 ([@zweckj] - [#121783]) +- Add some missing tplink ouis ([@bdraco] - [#121785]) +- Use async_connect in newly bumped 0.5.8 UPB library ([@gwww] - [#121789]) +- Bump python-kasa to 0.7.0.4 ([@sdb9696] - [#121791]) +- Add missing translations to Roborock ([@jpbede] - [#121796]) +- Fix alexa does to check `current_position` correctly when handling cover range changes ([@jbouwh] - [#121798]) +- Reolink media second lens ([@starkillerOG] - [#121800]) +- Bump PySwitchbot to 0.48.1 ([@ollo69] - [#121804]) +- Bump aiolifx to 1.0.4 ([@Djelibeybi] - [#121267]) +- Bump aiolifx to 1.0.5 ([@Djelibeybi] - [#121824]) +- Log add/remove index complete at the same level as when it starts ([@bdraco] - [#121852]) +- Fix opentherm_gw availability ([@mvn23] - [#121892]) +- Fix rainforest_raven closing device due to timeout ([@cottsay] - [#121905]) +- Fix enigma2 mute ([@tgorochowik] - [#121928]) +- Fix `configuration_url` for Shelly device using IPv6 ([@bieniu] - [#121939]) +- Narrow sqlite database corruption check to ensure disk image is malformed ([@bdraco] - [#121947]) +- Bump python-holidays to 0.53 ([@gjohansson-ST] - [#122021]) +- Mark UniFi power cycle button as unavailable if PoE is not enabled on port ([@Kane610] - [#122035]) +- Fix hive not updating when boosting ([@HarryEMartland] - [#122042]) +- Update tplink device config during reauth flow ([@sdb9696] - [#122089]) +- Prevent connecting to a Shelly device that is already connected ([@thecode] - [#122105]) +- Bump tplink dependency python-kasa to 0.7.0.5 ([@sdb9696] - [#122119]) +- Update yt-dlp to 2024.07.16 ([@cdce8p] - [#122124]) +- Fix KeyError in config flow of Bring integration ([@tr4nt0r] - [#122136]) + +[#120579]: https://github.com/home-assistant/core/pull/120579 +[#121267]: https://github.com/home-assistant/core/pull/121267 +[#121289]: https://github.com/home-assistant/core/pull/121289 +[#121482]: https://github.com/home-assistant/core/pull/121482 +[#121618]: https://github.com/home-assistant/core/pull/121618 +[#121663]: https://github.com/home-assistant/core/pull/121663 +[#121671]: https://github.com/home-assistant/core/pull/121671 +[#121684]: https://github.com/home-assistant/core/pull/121684 +[#121686]: https://github.com/home-assistant/core/pull/121686 +[#121696]: https://github.com/home-assistant/core/pull/121696 +[#121704]: https://github.com/home-assistant/core/pull/121704 +[#121709]: https://github.com/home-assistant/core/pull/121709 +[#121714]: https://github.com/home-assistant/core/pull/121714 +[#121717]: https://github.com/home-assistant/core/pull/121717 +[#121725]: https://github.com/home-assistant/core/pull/121725 +[#121729]: https://github.com/home-assistant/core/pull/121729 +[#121762]: https://github.com/home-assistant/core/pull/121762 +[#121782]: https://github.com/home-assistant/core/pull/121782 +[#121783]: https://github.com/home-assistant/core/pull/121783 +[#121785]: https://github.com/home-assistant/core/pull/121785 +[#121789]: https://github.com/home-assistant/core/pull/121789 +[#121791]: https://github.com/home-assistant/core/pull/121791 +[#121796]: https://github.com/home-assistant/core/pull/121796 +[#121798]: https://github.com/home-assistant/core/pull/121798 +[#121800]: https://github.com/home-assistant/core/pull/121800 +[#121804]: https://github.com/home-assistant/core/pull/121804 +[#121824]: https://github.com/home-assistant/core/pull/121824 +[#121852]: https://github.com/home-assistant/core/pull/121852 +[#121892]: https://github.com/home-assistant/core/pull/121892 +[#121905]: https://github.com/home-assistant/core/pull/121905 +[#121928]: https://github.com/home-assistant/core/pull/121928 +[#121939]: https://github.com/home-assistant/core/pull/121939 +[#121947]: https://github.com/home-assistant/core/pull/121947 +[#122021]: https://github.com/home-assistant/core/pull/122021 +[#122035]: https://github.com/home-assistant/core/pull/122035 +[#122042]: https://github.com/home-assistant/core/pull/122042 +[#122089]: https://github.com/home-assistant/core/pull/122089 +[#122105]: https://github.com/home-assistant/core/pull/122105 +[#122119]: https://github.com/home-assistant/core/pull/122119 +[#122124]: https://github.com/home-assistant/core/pull/122124 +[#122136]: https://github.com/home-assistant/core/pull/122136 +[@Djelibeybi]: https://github.com/Djelibeybi +[@HarryEMartland]: https://github.com/HarryEMartland +[@Kane610]: https://github.com/Kane610 +[@abmantis]: https://github.com/abmantis +[@allenporter]: https://github.com/allenporter +[@autinerd]: https://github.com/autinerd +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@cdce8p]: https://github.com/cdce8p +[@cottsay]: https://github.com/cottsay +[@frenck]: https://github.com/frenck +[@gjohansson-ST]: https://github.com/gjohansson-ST +[@gwww]: https://github.com/gwww +[@j-stienstra]: https://github.com/j-stienstra +[@jbouwh]: https://github.com/jbouwh +[@joostlek]: https://github.com/joostlek +[@jpbede]: https://github.com/jpbede +[@mvn23]: https://github.com/mvn23 +[@ollo69]: https://github.com/ollo69 +[@ontaptom]: https://github.com/ontaptom +[@rokam]: https://github.com/rokam +[@sdb9696]: https://github.com/sdb9696 +[@starkillerOG]: https://github.com/starkillerOG +[@tgorochowik]: https://github.com/tgorochowik +[@thecode]: https://github.com/thecode +[@tr4nt0r]: https://github.com/tr4nt0r +[@tronikos]: https://github.com/tronikos +[@zweckj]: https://github.com/zweckj + [#103496]: https://github.com/home-assistant/core/pull/103496 [#104345]: https://github.com/home-assistant/core/pull/104345 [#105134]: https://github.com/home-assistant/core/pull/105134