This commit is contained in:
Franck Nijhof 2025-07-28 10:20:16 +02:00 committed by GitHub
parent 23abd74dac
commit ac3404c4a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 105 additions and 2 deletions

View File

@ -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.

View File

@ -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)
@ -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

View File

@ -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
[#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
[#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