From cbe5ea75e24769a7f38c18559c6be0b53976e8b9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 24 Apr 2026 18:17:59 +0000 Subject: [PATCH] 2026.4.4 --- _config.yml | 6 +-- .../_posts/2026-04-01-release-20264.markdown | 48 +++++++++++++++++++ source/changelogs/core-2026.4.markdown | 47 ++++++++++++++++++ 3 files changed, 98 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 22343b849217..8c1f74bd0076 100644 --- a/_config.yml +++ b/_config.yml @@ -120,13 +120,13 @@ social: # Home Assistant release details current_major_version: 2026 current_minor_version: 4 -current_patch_version: 3 -date_released: 2026-04-17 +current_patch_version: 4 +date_released: 2026-04-24 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "#202643---april-17" +patch_version_notes: "#202644---april-24" # Minor release (Example #release-0431---april-25): # Set Front matter defaults diff --git a/source/_posts/2026-04-01-release-20264.markdown b/source/_posts/2026-04-01-release-20264.markdown index cbb9608cc3d6..1574d694e0d4 100644 --- a/source/_posts/2026-04-01-release-20264.markdown +++ b/source/_posts/2026-04-01-release-20264.markdown @@ -59,6 +59,7 @@ Enjoy the release! - [2026.4.1 - April 3](#202641---april-3) - [2026.4.2 - April 11](#202642---april-11) - [2026.4.3 - April 17](#202643---april-17) + - [2026.4.4 - April 24](#202644---april-24) - [All changes](#all-changes) _A huge thank you to all the contributors who made this release possible! And a special shout-out to [@arturpragacz] and [@piitaya] who helped write the release notes this release. Also, [@mib1185], [@missyquarry], [@RaHehl], [@CoMPaTech], [@mikeodr], [@silamon], and [@tronikos] for putting effort into tweaking its contents. Thanks to them, these release notes are in great shape. ❤️_ @@ -1026,6 +1027,53 @@ release once a week, aiming for Friday. [@timmo001]: https://github.com/timmo001 [@zerzhang]: https://github.com/zerzhang +### 2026.4.4 - April 24 + +- Fixed Kodi Media Browsing ([@albaintor] - [#165819]) +- Fix Victron BLE false reauth on unrecognised advertisement mode bytes ([@rajlaud] - [#168209]) +- Fix case-sensitive MIME type check in Google Generative AI TTS ([@MohamedBarrak3] - [#168458]) +- Hive - Bump pyhive-integration to 1.0.9 ([@KJonline] - [#168489]) +- Bump aioamazondevices to 13.4.3 ([@chemelli74] - [#168536]) +- Fix MQTT JSON light restoring None color_mode on startup ([@noerstad] - [#168608]) +- Add Roborock fan speed validation and error handling ([@allenporter] - [#168623]) +- Correct state/device class for water in gardena ([@elupus] - [#168637]) +- Cancel and await idle_start future if the task was canceled after an IMAP connection was lost ([@jbouwh] - [#168662]) +- Validate local_only user property during ws auth phase ([@edenhaus] - [#168812]) +- Update Tibber library, 0.37.2 ([@Danielhiversen] - [#169027]) +- Slow down Tractive API polling to avoid 429 too many requests ([@bieniu] - [#169057]) +- Bump aiotractive to 1.0.3 ([@bieniu] - [#169059]) +- Validate local_only user for signed requests ([@edenhaus] - [#169066]) +- Update frontend to 20260325.8 ([@bramkragten] - [#169076]) + +[#165819]: https://github.com/home-assistant/core/pull/165819 +[#168209]: https://github.com/home-assistant/core/pull/168209 +[#168458]: https://github.com/home-assistant/core/pull/168458 +[#168489]: https://github.com/home-assistant/core/pull/168489 +[#168536]: https://github.com/home-assistant/core/pull/168536 +[#168608]: https://github.com/home-assistant/core/pull/168608 +[#168623]: https://github.com/home-assistant/core/pull/168623 +[#168637]: https://github.com/home-assistant/core/pull/168637 +[#168662]: https://github.com/home-assistant/core/pull/168662 +[#168812]: https://github.com/home-assistant/core/pull/168812 +[#169027]: https://github.com/home-assistant/core/pull/169027 +[#169057]: https://github.com/home-assistant/core/pull/169057 +[#169059]: https://github.com/home-assistant/core/pull/169059 +[#169066]: https://github.com/home-assistant/core/pull/169066 +[#169076]: https://github.com/home-assistant/core/pull/169076 +[@Danielhiversen]: https://github.com/Danielhiversen +[@KJonline]: https://github.com/KJonline +[@MohamedBarrak3]: https://github.com/MohamedBarrak3 +[@albaintor]: https://github.com/albaintor +[@allenporter]: https://github.com/allenporter +[@bieniu]: https://github.com/bieniu +[@bramkragten]: https://github.com/bramkragten +[@chemelli74]: https://github.com/chemelli74 +[@edenhaus]: https://github.com/edenhaus +[@elupus]: https://github.com/elupus +[@jbouwh]: https://github.com/jbouwh +[@noerstad]: https://github.com/noerstad +[@rajlaud]: https://github.com/rajlaud + ## All changes Of course, there is a lot more in this release. You can find a list of all changes made here: [Full changelog for Home Assistant Core 2026.4](/changelogs/core-2026.4). diff --git a/source/changelogs/core-2026.4.markdown b/source/changelogs/core-2026.4.markdown index 928da934cb8f..8c114d07f88a 100644 --- a/source/changelogs/core-2026.4.markdown +++ b/source/changelogs/core-2026.4.markdown @@ -2828,3 +2828,50 @@ For a summary in a more readable format [@natekspencer]: https://github.com/natekspencer [@timmo001]: https://github.com/timmo001 [@zerzhang]: https://github.com/zerzhang + +## Release 2026.4.4 - April 24 + +- Fixed Kodi Media Browsing ([@albaintor] - [#165819]) +- Fix Victron BLE false reauth on unrecognised advertisement mode bytes ([@rajlaud] - [#168209]) +- Fix case-sensitive MIME type check in Google Generative AI TTS ([@MohamedBarrak3] - [#168458]) +- Hive - Bump pyhive-integration to 1.0.9 ([@KJonline] - [#168489]) +- Bump aioamazondevices to 13.4.3 ([@chemelli74] - [#168536]) +- Fix MQTT JSON light restoring None color_mode on startup ([@noerstad] - [#168608]) +- Add Roborock fan speed validation and error handling ([@allenporter] - [#168623]) +- Correct state/device class for water in gardena ([@elupus] - [#168637]) +- Cancel and await idle_start future if the task was canceled after an IMAP connection was lost ([@jbouwh] - [#168662]) +- Validate local_only user property during ws auth phase ([@edenhaus] - [#168812]) +- Update Tibber library, 0.37.2 ([@Danielhiversen] - [#169027]) +- Slow down Tractive API polling to avoid 429 too many requests ([@bieniu] - [#169057]) +- Bump aiotractive to 1.0.3 ([@bieniu] - [#169059]) +- Validate local_only user for signed requests ([@edenhaus] - [#169066]) +- Update frontend to 20260325.8 ([@bramkragten] - [#169076]) + +[#165819]: https://github.com/home-assistant/core/pull/165819 +[#168209]: https://github.com/home-assistant/core/pull/168209 +[#168458]: https://github.com/home-assistant/core/pull/168458 +[#168489]: https://github.com/home-assistant/core/pull/168489 +[#168536]: https://github.com/home-assistant/core/pull/168536 +[#168608]: https://github.com/home-assistant/core/pull/168608 +[#168623]: https://github.com/home-assistant/core/pull/168623 +[#168637]: https://github.com/home-assistant/core/pull/168637 +[#168662]: https://github.com/home-assistant/core/pull/168662 +[#168812]: https://github.com/home-assistant/core/pull/168812 +[#169027]: https://github.com/home-assistant/core/pull/169027 +[#169057]: https://github.com/home-assistant/core/pull/169057 +[#169059]: https://github.com/home-assistant/core/pull/169059 +[#169066]: https://github.com/home-assistant/core/pull/169066 +[#169076]: https://github.com/home-assistant/core/pull/169076 +[@Danielhiversen]: https://github.com/Danielhiversen +[@KJonline]: https://github.com/KJonline +[@MohamedBarrak3]: https://github.com/MohamedBarrak3 +[@albaintor]: https://github.com/albaintor +[@allenporter]: https://github.com/allenporter +[@bieniu]: https://github.com/bieniu +[@bramkragten]: https://github.com/bramkragten +[@chemelli74]: https://github.com/chemelli74 +[@edenhaus]: https://github.com/edenhaus +[@elupus]: https://github.com/elupus +[@jbouwh]: https://github.com/jbouwh +[@noerstad]: https://github.com/noerstad +[@rajlaud]: https://github.com/rajlaud