Skip to content
Merged

2025.7.4 #40163

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
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ social:
# Home Assistant release details
current_major_version: 2025
current_minor_version: 7
current_patch_version: 3
date_released: 2025-07-18
current_patch_version: 4
date_released: 2025-07-28

# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
Expand Down
52 changes: 52 additions & 0 deletions source/_posts/2025-07-02-release-20257.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Stay cool, and enjoy the release!
- [2025.7.1 - July 4](#202571---july-4)
- [2025.7.2 - July 14](#202572---july-14)
- [2025.7.3 - July 18](#202573---july-18)
- [2025.7.4 - July 28](#202574---july-28)
- [Need help? Join the community!](#need-help-join-the-community)
- [Backward-incompatible changes](#backward-incompatible-changes)
- [All changes](#all-changes)
Expand Down Expand Up @@ -590,6 +591,57 @@ Happy Fourth of July! 🇺🇸
[@jbouwh]: https://github.com/jbouwh
[@joostlek]: https://github.com/joostlek

### 2025.7.4 - July 28

- Keep entities of dead Z-Wave devices available ([@AlCalzone] - [#148611])
- Fix warning about failure to get action during setup phase ([@mback2k] - [#148923])
- Fix a bug in rainbird device migration that results in additional devices ([@allenporter] - [#149078])
- Fix multiple webhook secrets for Telegram bot ([@hanwg] - [#149103])
- Bump pyschlage to 2025.7.2 ([@dknowles2] - [#149148])
- Fix Matter light get brightness ([@jvmahon] - [#149186])
- Fix brightness_step and brightness_step_pct via lifx.set_state ([@Djelibeybi] - [#149217])
- Add Z-Wave USB migration confirm step ([@MartinHjelmare] - [#149243])
- Add fan off mode to the supported fan modes to fujitsu_fglair ([@crevetor] - [#149277])
- Update Tesla OAuth Server in Tesla Fleet ([@Bre77] - [#149280])
- Update slixmpp to 1.10.0 ([@gaaf] - [#149374])
- Bump aioamazondevices to 3.5.1 ([@chemelli74] - [#149385])
- Bump pysuezV2 to 2.0.7 ([@jb101010-2] - [#149436])
- Bump habiticalib to v0.4.1 ([@tr4nt0r] - [#149523])

[#147533]: https://github.com/home-assistant/core/pull/147533
[#148171]: https://github.com/home-assistant/core/pull/148171
[#148611]: https://github.com/home-assistant/core/pull/148611
[#148725]: https://github.com/home-assistant/core/pull/148725
[#148923]: https://github.com/home-assistant/core/pull/148923
[#149024]: https://github.com/home-assistant/core/pull/149024
[#149078]: https://github.com/home-assistant/core/pull/149078
[#149103]: https://github.com/home-assistant/core/pull/149103
[#149148]: https://github.com/home-assistant/core/pull/149148
[#149186]: https://github.com/home-assistant/core/pull/149186
[#149217]: https://github.com/home-assistant/core/pull/149217
[#149243]: https://github.com/home-assistant/core/pull/149243
[#149277]: https://github.com/home-assistant/core/pull/149277
[#149280]: https://github.com/home-assistant/core/pull/149280
[#149374]: https://github.com/home-assistant/core/pull/149374
[#149385]: https://github.com/home-assistant/core/pull/149385
[#149436]: https://github.com/home-assistant/core/pull/149436
[#149523]: https://github.com/home-assistant/core/pull/149523
[@AlCalzone]: https://github.com/AlCalzone
[@Bre77]: https://github.com/Bre77
[@Djelibeybi]: https://github.com/Djelibeybi
[@MartinHjelmare]: https://github.com/MartinHjelmare
[@allenporter]: https://github.com/allenporter
[@chemelli74]: https://github.com/chemelli74
[@crevetor]: https://github.com/crevetor
[@dknowles2]: https://github.com/dknowles2
[@frenck]: https://github.com/frenck
[@gaaf]: https://github.com/gaaf
[@hanwg]: https://github.com/hanwg
[@jb101010-2]: https://github.com/jb101010-2
[@jvmahon]: https://github.com/jvmahon
[@mback2k]: https://github.com/mback2k
[@tr4nt0r]: https://github.com/tr4nt0r

## Need help? Join the community!

Home Assistant has a great community of users who are all more than willing
Expand Down
51 changes: 51 additions & 0 deletions source/changelogs/core-2025.7.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,57 @@ For a summary in a more readable format:
[@jbouwh]: https://github.com/jbouwh
[@joostlek]: https://github.com/joostlek

## Release 2025.7.4 - July 28

- Keep entities of dead Z-Wave devices available ([@AlCalzone] - [#148611])
- Fix warning about failure to get action during setup phase ([@mback2k] - [#148923])
- Fix a bug in rainbird device migration that results in additional devices ([@allenporter] - [#149078])
- Fix multiple webhook secrets for Telegram bot ([@hanwg] - [#149103])
- Bump pyschlage to 2025.7.2 ([@dknowles2] - [#149148])
- Fix Matter light get brightness ([@jvmahon] - [#149186])
- Fix brightness_step and brightness_step_pct via lifx.set_state ([@Djelibeybi] - [#149217])
- Add Z-Wave USB migration confirm step ([@MartinHjelmare] - [#149243])
- Add fan off mode to the supported fan modes to fujitsu_fglair ([@crevetor] - [#149277])
- Update Tesla OAuth Server in Tesla Fleet ([@Bre77] - [#149280])
- Update slixmpp to 1.10.0 ([@gaaf] - [#149374])
- Bump aioamazondevices to 3.5.1 ([@chemelli74] - [#149385])
- Bump pysuezV2 to 2.0.7 ([@jb101010-2] - [#149436])
- Bump habiticalib to v0.4.1 ([@tr4nt0r] - [#149523])

[#147533]: https://github.com/home-assistant/core/pull/147533
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR reference #147533 appears to be included in the reference links but is not referenced in the actual changelog entries above. This creates unused reference links that should be removed to maintain clean documentation.

Suggested change
[#147533]: https://github.com/home-assistant/core/pull/147533

Copilot uses AI. Check for mistakes.

[#148171]: https://github.com/home-assistant/core/pull/148171
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR reference #148171 appears to be included in the reference links but is not referenced in the actual changelog entries above. This creates unused reference links that should be removed to maintain clean documentation.

Suggested change
[#148171]: https://github.com/home-assistant/core/pull/148171

Copilot uses AI. Check for mistakes.

[#148611]: https://github.com/home-assistant/core/pull/148611
[#148725]: https://github.com/home-assistant/core/pull/148725
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR reference #148725 appears to be included in the reference links but is not referenced in the actual changelog entries above. This creates unused reference links that should be removed to maintain clean documentation.

Suggested change
[#148725]: https://github.com/home-assistant/core/pull/148725

Copilot uses AI. Check for mistakes.

[#148923]: https://github.com/home-assistant/core/pull/148923
[#149024]: https://github.com/home-assistant/core/pull/149024
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR reference #149024 appears to be included in the reference links but is not referenced in the actual changelog entries above. This creates unused reference links that should be removed to maintain clean documentation.

Suggested change
[#149024]: https://github.com/home-assistant/core/pull/149024

Copilot uses AI. Check for mistakes.

[#149078]: https://github.com/home-assistant/core/pull/149078
[#149103]: https://github.com/home-assistant/core/pull/149103
[#149148]: https://github.com/home-assistant/core/pull/149148
[#149186]: https://github.com/home-assistant/core/pull/149186
[#149217]: https://github.com/home-assistant/core/pull/149217
[#149243]: https://github.com/home-assistant/core/pull/149243
[#149277]: https://github.com/home-assistant/core/pull/149277
[#149280]: https://github.com/home-assistant/core/pull/149280
[#149374]: https://github.com/home-assistant/core/pull/149374
[#149385]: https://github.com/home-assistant/core/pull/149385
[#149436]: https://github.com/home-assistant/core/pull/149436
[#149523]: https://github.com/home-assistant/core/pull/149523
[@AlCalzone]: https://github.com/AlCalzone
[@Bre77]: https://github.com/Bre77
[@Djelibeybi]: https://github.com/Djelibeybi
[@MartinHjelmare]: https://github.com/MartinHjelmare
[@allenporter]: https://github.com/allenporter
[@chemelli74]: https://github.com/chemelli74
[@crevetor]: https://github.com/crevetor
[@dknowles2]: https://github.com/dknowles2
[@frenck]: https://github.com/frenck
Copy link
Preview

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The contributor reference @frenck appears to be included in the reference links but is not referenced in the actual changelog entries above. This creates unused reference links that should be removed to maintain clean documentation.

Suggested change
[@frenck]: https://github.com/frenck

Copilot uses AI. Check for mistakes.

[@gaaf]: https://github.com/gaaf
[@hanwg]: https://github.com/hanwg
[@jb101010-2]: https://github.com/jb101010-2
[@jvmahon]: https://github.com/jvmahon
[@mback2k]: https://github.com/mback2k
[@tr4nt0r]: https://github.com/tr4nt0r

[#125870]: https://github.com/home-assistant/core/pull/125870
[#126009]: https://github.com/home-assistant/core/pull/126009
[#128565]: https://github.com/home-assistant/core/pull/128565
Expand Down