Skip to content
Merged

2026.5.1 #45265

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ social:
# Home Assistant release details
current_major_version: 2026
current_minor_version: 5
current_patch_version: 0
date_released: 2026-05-06
current_patch_version: 1
date_released: 2026-05-08

# 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: ""
patch_version_notes: "#202651---may-8"
# Minor release (Example #release-0431---april-25):

# Set Front matter defaults
Expand Down
82 changes: 82 additions & 0 deletions source/_posts/2026-05-06-release-20265.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Enjoy the release!
- [Purpose-specific automation triggers \& conditions](#purpose-specific-automation-triggers--conditions)
- [Automations that finally understand "for a while"](#automations-that-finally-understand-for-a-while)
- [A few more triggers and conditions to play with](#a-few-more-triggers-and-conditions-to-play-with)
- [Changes to existing triggers and conditions](#changes-to-existing-triggers-and-conditions)
- [Try it out!](#try-it-out)
- [Integrations](#integrations)
- [New integrations](#new-integrations)
Expand All @@ -66,6 +67,8 @@ Enjoy the release!
- [Smarter code editors with autocomplete](#smarter-code-editors-with-autocomplete)
- [Need help? Join the community](#need-help-join-the-community)
- [Backward-incompatible changes](#backward-incompatible-changes)
- [Patch releases](#patch-releases)
- [2026.5.1 - May 8](#202651---may-8)
- [All changes](#all-changes)

_A huge thank you to all the contributors who made this release possible! And a special shout-out to [@piitaya] who helped write the release notes this release. Also, [@RaHehl], [@balloob], [@Tommatheussen], and [@mib1185] for putting effort into improving its contents. Thanks to them, these release notes are in great shape. ❤️_
Expand Down Expand Up @@ -724,6 +727,85 @@ If you are a custom integration developer and want to learn about changes and ne

[devblog]: https://developers.home-assistant.io/blog/

## Patch releases

We will also release patch releases for Home Assistant 2026.5 in May.
These patch releases only contain bug fixes. Our goal is to release a patch
release once a week, aiming for Friday.

### 2026.5.1 - May 8

- Added wfsens as a occupancy source in wiz ([@th3spis] - [#166799])
- Fix WiZ Light config flow timeout by properly closing UDP connections ([@robwasripped] - [#168456])
- Fix IntelliFire setup recovery ([@jeeftor] - [#169739])
- Fix hassio auth IndexError on Supervisor Unix socket requests ([@agners] - [#169911])
- Update gardena ble to 2.8.1 ([@elupus] - [#169914])
- Bump serialx to 1.7.1 ([@puddly] - [#169928])
- Bump holidays to 0.96 ([@gjohansson-ST] - [#169939])
- Add support for options to todo triggers ([@emontnemery] - [#169947])
- Bump pyTibber to 0.37.5 ([@Danielhiversen] - [#169981])
- Bump python-duco-client to 0.4.0 ([@ronaldvdmeer] - [#169776])
- Bump python-duco-client to 0.4.1 ([@ronaldvdmeer] - [#169991])
- Proper handling of malformed data during FRITZ!Box Tools setup ([@mib1185] - [#170030])
- Fix websocket certificate verification Bump axis to v70 ([@Kane610] - [#170038])
- Fix `is_closed` state for DynamicGarageDoor in Overkiz ([@iMicknl] - [#170052])
- Fix tilt controls for TiltOnlyVenetianBlind in Overkiz ([@iMicknl] - [#170055])
- Fix cover controls for UpDownBioclimaticPergola in Overkiz ([@iMicknl] - [#170058])
- Bump pyOverkiz to 1.20.3 ([@iMicknl] - [#170060])
- Bump deebot-client to 18.3.0 ([@edenhaus] - [#170066])
- Set `is_closed` state to `None` when a cover state returns "unknown" in Overkiz ([@iMicknl] - [#170081])
- Fix sensors getting wrong unit from MeasuredValueType attribute in Overkiz ([@iMicknl] - [#170088])
- Fix Z-Wave discovery crash with unknown node firmware version ([@TheJulianJES] - [#170090])
- Bump ZHA to 1.3.1 ([@TheJulianJES] - [#170095])
- Bump python-bsblan to 5.2.1 ([@liudger] - [#170100])
- Bump blebox_uniapi to v2.5.3 ([@bkobus-bbx] - [#170115])
- Fix is_closed state for DynamicGate covers in Overkiz ([@iMicknl] - [#170130])
- Fix tilt support for UpDownVenetianBlind (rts:VenetianBlindRTSComponent) in Overkiz ([@iMicknl] - [#170047])

[#166799]: https://github.com/home-assistant/core/pull/166799
[#168456]: https://github.com/home-assistant/core/pull/168456
[#169739]: https://github.com/home-assistant/core/pull/169739
[#169776]: https://github.com/home-assistant/core/pull/169776
[#169911]: https://github.com/home-assistant/core/pull/169911
[#169914]: https://github.com/home-assistant/core/pull/169914
[#169928]: https://github.com/home-assistant/core/pull/169928
[#169939]: https://github.com/home-assistant/core/pull/169939
[#169947]: https://github.com/home-assistant/core/pull/169947
[#169981]: https://github.com/home-assistant/core/pull/169981
[#169991]: https://github.com/home-assistant/core/pull/169991
[#170030]: https://github.com/home-assistant/core/pull/170030
[#170038]: https://github.com/home-assistant/core/pull/170038
[#170047]: https://github.com/home-assistant/core/pull/170047
[#170052]: https://github.com/home-assistant/core/pull/170052
[#170055]: https://github.com/home-assistant/core/pull/170055
[#170058]: https://github.com/home-assistant/core/pull/170058
[#170060]: https://github.com/home-assistant/core/pull/170060
[#170066]: https://github.com/home-assistant/core/pull/170066
[#170081]: https://github.com/home-assistant/core/pull/170081
[#170088]: https://github.com/home-assistant/core/pull/170088
[#170090]: https://github.com/home-assistant/core/pull/170090
[#170095]: https://github.com/home-assistant/core/pull/170095
[#170100]: https://github.com/home-assistant/core/pull/170100
[#170115]: https://github.com/home-assistant/core/pull/170115
[#170130]: https://github.com/home-assistant/core/pull/170130
[@Danielhiversen]: https://github.com/Danielhiversen
[@Kane610]: https://github.com/Kane610
[@TheJulianJES]: https://github.com/TheJulianJES
[@agners]: https://github.com/agners
[@bkobus-bbx]: https://github.com/bkobus-bbx
[@edenhaus]: https://github.com/edenhaus
[@elupus]: https://github.com/elupus
[@emontnemery]: https://github.com/emontnemery
[@gjohansson-ST]: https://github.com/gjohansson-ST
[@iMicknl]: https://github.com/iMicknl
[@jeeftor]: https://github.com/jeeftor
[@liudger]: https://github.com/liudger
[@mib1185]: https://github.com/mib1185
[@puddly]: https://github.com/puddly
[@robwasripped]: https://github.com/robwasripped
[@ronaldvdmeer]: https://github.com/ronaldvdmeer
[@th3spis]: https://github.com/th3spis

## 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.5](/changelogs/core-2026.5).
73 changes: 73 additions & 0 deletions source/changelogs/core-2026.5.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3118,3 +3118,76 @@ For a summary in a more readable format
[@ximex]: https://github.com/ximex
[@zerzhang]: https://github.com/zerzhang
[@zxdavb]: https://github.com/zxdavb

## Release 2026.5.1 - May 8

- Added wfsens as a occupancy source in wiz ([@th3spis] - [#166799])
- Fix WiZ Light config flow timeout by properly closing UDP connections ([@robwasripped] - [#168456])
- Fix IntelliFire setup recovery ([@jeeftor] - [#169739])
- Fix hassio auth IndexError on Supervisor Unix socket requests ([@agners] - [#169911])
- Update gardena ble to 2.8.1 ([@elupus] - [#169914])
- Bump serialx to 1.7.1 ([@puddly] - [#169928])
- Bump holidays to 0.96 ([@gjohansson-ST] - [#169939])
- Add support for options to todo triggers ([@emontnemery] - [#169947])
- Bump pyTibber to 0.37.5 ([@Danielhiversen] - [#169981])
- Bump python-duco-client to 0.4.0 ([@ronaldvdmeer] - [#169776])
- Bump python-duco-client to 0.4.1 ([@ronaldvdmeer] - [#169991])
- Proper handling of malformed data during FRITZ!Box Tools setup ([@mib1185] - [#170030])
- Fix websocket certificate verification Bump axis to v70 ([@Kane610] - [#170038])
- Fix `is_closed` state for DynamicGarageDoor in Overkiz ([@iMicknl] - [#170052])
- Fix tilt controls for TiltOnlyVenetianBlind in Overkiz ([@iMicknl] - [#170055])
- Fix cover controls for UpDownBioclimaticPergola in Overkiz ([@iMicknl] - [#170058])
- Bump pyOverkiz to 1.20.3 ([@iMicknl] - [#170060])
- Bump deebot-client to 18.3.0 ([@edenhaus] - [#170066])
- Set `is_closed` state to `None` when a cover state returns "unknown" in Overkiz ([@iMicknl] - [#170081])
- Fix sensors getting wrong unit from MeasuredValueType attribute in Overkiz ([@iMicknl] - [#170088])
- Fix Z-Wave discovery crash with unknown node firmware version ([@TheJulianJES] - [#170090])
- Bump ZHA to 1.3.1 ([@TheJulianJES] - [#170095])
- Bump python-bsblan to 5.2.1 ([@liudger] - [#170100])
- Bump blebox_uniapi to v2.5.3 ([@bkobus-bbx] - [#170115])
- Fix is_closed state for DynamicGate covers in Overkiz ([@iMicknl] - [#170130])
- Fix tilt support for UpDownVenetianBlind (rts:VenetianBlindRTSComponent) in Overkiz ([@iMicknl] - [#170047])

[#166799]: https://github.com/home-assistant/core/pull/166799
[#168456]: https://github.com/home-assistant/core/pull/168456
[#169739]: https://github.com/home-assistant/core/pull/169739
[#169776]: https://github.com/home-assistant/core/pull/169776
[#169911]: https://github.com/home-assistant/core/pull/169911
[#169914]: https://github.com/home-assistant/core/pull/169914
[#169928]: https://github.com/home-assistant/core/pull/169928
[#169939]: https://github.com/home-assistant/core/pull/169939
[#169947]: https://github.com/home-assistant/core/pull/169947
[#169981]: https://github.com/home-assistant/core/pull/169981
[#169991]: https://github.com/home-assistant/core/pull/169991
[#170030]: https://github.com/home-assistant/core/pull/170030
[#170038]: https://github.com/home-assistant/core/pull/170038
[#170047]: https://github.com/home-assistant/core/pull/170047
[#170052]: https://github.com/home-assistant/core/pull/170052
[#170055]: https://github.com/home-assistant/core/pull/170055
[#170058]: https://github.com/home-assistant/core/pull/170058
[#170060]: https://github.com/home-assistant/core/pull/170060
[#170066]: https://github.com/home-assistant/core/pull/170066
[#170081]: https://github.com/home-assistant/core/pull/170081
[#170088]: https://github.com/home-assistant/core/pull/170088
[#170090]: https://github.com/home-assistant/core/pull/170090
[#170095]: https://github.com/home-assistant/core/pull/170095
[#170100]: https://github.com/home-assistant/core/pull/170100
[#170115]: https://github.com/home-assistant/core/pull/170115
[#170130]: https://github.com/home-assistant/core/pull/170130
[@Danielhiversen]: https://github.com/Danielhiversen
[@Kane610]: https://github.com/Kane610
[@TheJulianJES]: https://github.com/TheJulianJES
[@agners]: https://github.com/agners
[@bkobus-bbx]: https://github.com/bkobus-bbx
[@edenhaus]: https://github.com/edenhaus
[@elupus]: https://github.com/elupus
[@emontnemery]: https://github.com/emontnemery
[@gjohansson-ST]: https://github.com/gjohansson-ST
[@iMicknl]: https://github.com/iMicknl
[@jeeftor]: https://github.com/jeeftor
[@liudger]: https://github.com/liudger
[@mib1185]: https://github.com/mib1185
[@puddly]: https://github.com/puddly
[@robwasripped]: https://github.com/robwasripped
[@ronaldvdmeer]: https://github.com/ronaldvdmeer
[@th3spis]: https://github.com/th3spis