mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
2025.9.4 (#40932)
This commit is contained in:
parent
2987df4aa9
commit
a3965acc8e
@ -108,8 +108,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2025
|
||||
current_minor_version: 9
|
||||
current_patch_version: 3
|
||||
date_released: 2025-09-13
|
||||
current_patch_version: 4
|
||||
date_released: 2025-09-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.
|
||||
|
||||
@ -60,6 +60,7 @@ Enjoy the release!
|
||||
- [2025.9.1 - September 5](#202591---september-5)
|
||||
- [2025.9.2 - September 12](#202592---september-12)
|
||||
- [2025.9.3 - September 13](#202593---september-13)
|
||||
- [2025.9.4 - September 19](#202594---september-19)
|
||||
- [Need help? Join the community!](#need-help-join-the-community)
|
||||
- [Backward-incompatible changes](#backward-incompatible-changes)
|
||||
- [All changes](#all-changes)
|
||||
@ -523,13 +524,75 @@ release once a week, aiming for Friday.
|
||||
[@tsvi]: https://github.com/tsvi
|
||||
[@wollew]: https://github.com/wollew
|
||||
|
||||
## 2025.9.3 - September 13
|
||||
### 2025.9.3 - September 13
|
||||
|
||||
- Bump habluetooth to 5.6.4 ([@bdraco] - [#152227]) ([bluetooth docs])
|
||||
- Bump habluetooth to 5.6.4 ([@bdraco] - [#152227])
|
||||
|
||||
[#152227]: https://github.com/home-assistant/core/pull/152227
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[bluetooth docs]: /integrations/bluetooth/
|
||||
|
||||
### 2025.9.4 - September 19
|
||||
|
||||
- Bump habiticalib to v0.4.4 ([@tr4nt0r] - [#151332])
|
||||
- Bump habiticalib to v0.4.5 ([@tr4nt0r] - [#151720])
|
||||
- Fix bug with the hardcoded configuration_url (asuswrt) ([@Vaskivskyi] - [#151858])
|
||||
- Fix HomeKit Controller overwhelming resource-limited devices by batching characteristic polling ([@bdraco] - [#152209])
|
||||
- Upgrade waterfurnace to 1.2.0 ([@sdague] - [#152241])
|
||||
- Bump aiohomekit to 3.2.16 ([@bdraco] - [#152255])
|
||||
- Bump bluetooth-auto-recovery to 1.5.3 ([@bdraco] - [#152256])
|
||||
- Add proper error handling for /actions endpoint for miele ([@astrandb] - [#152290])
|
||||
- Bump aiohomekit to 3.2.17 ([@bdraco] - [#152297])
|
||||
- Update authorization server to prefer absolute urls ([@allenporter] - [#152313])
|
||||
- Bump imeon_inverter_api to 0.4.0 ([@Imeon-Energy] - [#152351])
|
||||
- Bump pylamarzocco to 2.1.0 ([@zweckj] - [#152364])
|
||||
- Add La Marzocco specific client headers ([@zweckj] - [#152419])
|
||||
- Fix KNX UI schema missing DPT ([@farmio] - [#152430])
|
||||
- Bump pyemoncms to 0.1.3 ([@alexandrecuer] - [#152436])
|
||||
- Fix Sonos set_volume float precision issue ([@PeteRager] - [#152493])
|
||||
- Bump opower to 0.15.5 ([@tronikos] - [#152531])
|
||||
- Bump holidays to 0.80 ([@gjohansson-ST] - [#152306])
|
||||
- Bump holidays to 0.81 ([@gjohansson-ST] - [#152569])
|
||||
- Bump asusrouter to 1.21.0 ([@Vaskivskyi] - [#151607])
|
||||
|
||||
[#151263]: https://github.com/home-assistant/core/pull/151263
|
||||
[#151332]: https://github.com/home-assistant/core/pull/151332
|
||||
[#151607]: https://github.com/home-assistant/core/pull/151607
|
||||
[#151720]: https://github.com/home-assistant/core/pull/151720
|
||||
[#151766]: https://github.com/home-assistant/core/pull/151766
|
||||
[#151858]: https://github.com/home-assistant/core/pull/151858
|
||||
[#152198]: https://github.com/home-assistant/core/pull/152198
|
||||
[#152209]: https://github.com/home-assistant/core/pull/152209
|
||||
[#152237]: https://github.com/home-assistant/core/pull/152237
|
||||
[#152241]: https://github.com/home-assistant/core/pull/152241
|
||||
[#152255]: https://github.com/home-assistant/core/pull/152255
|
||||
[#152256]: https://github.com/home-assistant/core/pull/152256
|
||||
[#152290]: https://github.com/home-assistant/core/pull/152290
|
||||
[#152297]: https://github.com/home-assistant/core/pull/152297
|
||||
[#152306]: https://github.com/home-assistant/core/pull/152306
|
||||
[#152313]: https://github.com/home-assistant/core/pull/152313
|
||||
[#152351]: https://github.com/home-assistant/core/pull/152351
|
||||
[#152364]: https://github.com/home-assistant/core/pull/152364
|
||||
[#152419]: https://github.com/home-assistant/core/pull/152419
|
||||
[#152430]: https://github.com/home-assistant/core/pull/152430
|
||||
[#152436]: https://github.com/home-assistant/core/pull/152436
|
||||
[#152493]: https://github.com/home-assistant/core/pull/152493
|
||||
[#152531]: https://github.com/home-assistant/core/pull/152531
|
||||
[#152569]: https://github.com/home-assistant/core/pull/152569
|
||||
[@Imeon-Energy]: https://github.com/Imeon-Energy
|
||||
[@PeteRager]: https://github.com/PeteRager
|
||||
[@Vaskivskyi]: https://github.com/Vaskivskyi
|
||||
[@alexandrecuer]: https://github.com/alexandrecuer
|
||||
[@allenporter]: https://github.com/allenporter
|
||||
[@astrandb]: https://github.com/astrandb
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@farmio]: https://github.com/farmio
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@gjohansson-ST]: https://github.com/gjohansson-ST
|
||||
[@sdague]: https://github.com/sdague
|
||||
[@tr4nt0r]: https://github.com/tr4nt0r
|
||||
[@tronikos]: https://github.com/tronikos
|
||||
[@zweckj]: https://github.com/zweckj
|
||||
|
||||
## Need help? Join the community!
|
||||
|
||||
|
||||
@ -771,6 +771,76 @@ For a summary in a more readable format:
|
||||
[@tsvi]: https://github.com/tsvi
|
||||
[@wollew]: https://github.com/wollew
|
||||
|
||||
## Release 2025.9.3 - September 13
|
||||
|
||||
- Bump habluetooth to 5.6.4 ([@bdraco] - [#152227])
|
||||
|
||||
[#152227]: https://github.com/home-assistant/core/pull/152227
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
|
||||
## Release 2025.9.4 - September 19
|
||||
|
||||
- Bump habiticalib to v0.4.4 ([@tr4nt0r] - [#151332])
|
||||
- Bump habiticalib to v0.4.5 ([@tr4nt0r] - [#151720])
|
||||
- Fix bug with the hardcoded configuration_url (asuswrt) ([@Vaskivskyi] - [#151858])
|
||||
- Fix HomeKit Controller overwhelming resource-limited devices by batching characteristic polling ([@bdraco] - [#152209])
|
||||
- Upgrade waterfurnace to 1.2.0 ([@sdague] - [#152241])
|
||||
- Bump aiohomekit to 3.2.16 ([@bdraco] - [#152255])
|
||||
- Bump bluetooth-auto-recovery to 1.5.3 ([@bdraco] - [#152256])
|
||||
- Add proper error handling for /actions endpoint for miele ([@astrandb] - [#152290])
|
||||
- Bump aiohomekit to 3.2.17 ([@bdraco] - [#152297])
|
||||
- Update authorization server to prefer absolute urls ([@allenporter] - [#152313])
|
||||
- Bump imeon_inverter_api to 0.4.0 ([@Imeon-Energy] - [#152351])
|
||||
- Bump pylamarzocco to 2.1.0 ([@zweckj] - [#152364])
|
||||
- Add La Marzocco specific client headers ([@zweckj] - [#152419])
|
||||
- Fix KNX UI schema missing DPT ([@farmio] - [#152430])
|
||||
- Bump pyemoncms to 0.1.3 ([@alexandrecuer] - [#152436])
|
||||
- Fix Sonos set_volume float precision issue ([@PeteRager] - [#152493])
|
||||
- Bump opower to 0.15.5 ([@tronikos] - [#152531])
|
||||
- Bump holidays to 0.80 ([@gjohansson-ST] - [#152306])
|
||||
- Bump holidays to 0.81 ([@gjohansson-ST] - [#152569])
|
||||
- Bump asusrouter to 1.21.0 ([@Vaskivskyi] - [#151607])
|
||||
|
||||
[#151263]: https://github.com/home-assistant/core/pull/151263
|
||||
[#151332]: https://github.com/home-assistant/core/pull/151332
|
||||
[#151607]: https://github.com/home-assistant/core/pull/151607
|
||||
[#151720]: https://github.com/home-assistant/core/pull/151720
|
||||
[#151766]: https://github.com/home-assistant/core/pull/151766
|
||||
[#151858]: https://github.com/home-assistant/core/pull/151858
|
||||
[#152198]: https://github.com/home-assistant/core/pull/152198
|
||||
[#152209]: https://github.com/home-assistant/core/pull/152209
|
||||
[#152237]: https://github.com/home-assistant/core/pull/152237
|
||||
[#152241]: https://github.com/home-assistant/core/pull/152241
|
||||
[#152255]: https://github.com/home-assistant/core/pull/152255
|
||||
[#152256]: https://github.com/home-assistant/core/pull/152256
|
||||
[#152290]: https://github.com/home-assistant/core/pull/152290
|
||||
[#152297]: https://github.com/home-assistant/core/pull/152297
|
||||
[#152306]: https://github.com/home-assistant/core/pull/152306
|
||||
[#152313]: https://github.com/home-assistant/core/pull/152313
|
||||
[#152351]: https://github.com/home-assistant/core/pull/152351
|
||||
[#152364]: https://github.com/home-assistant/core/pull/152364
|
||||
[#152419]: https://github.com/home-assistant/core/pull/152419
|
||||
[#152430]: https://github.com/home-assistant/core/pull/152430
|
||||
[#152436]: https://github.com/home-assistant/core/pull/152436
|
||||
[#152493]: https://github.com/home-assistant/core/pull/152493
|
||||
[#152531]: https://github.com/home-assistant/core/pull/152531
|
||||
[#152569]: https://github.com/home-assistant/core/pull/152569
|
||||
[@Imeon-Energy]: https://github.com/Imeon-Energy
|
||||
[@PeteRager]: https://github.com/PeteRager
|
||||
[@Vaskivskyi]: https://github.com/Vaskivskyi
|
||||
[@alexandrecuer]: https://github.com/alexandrecuer
|
||||
[@allenporter]: https://github.com/allenporter
|
||||
[@astrandb]: https://github.com/astrandb
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@farmio]: https://github.com/farmio
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@gjohansson-ST]: https://github.com/gjohansson-ST
|
||||
[@sdague]: https://github.com/sdague
|
||||
[@tr4nt0r]: https://github.com/tr4nt0r
|
||||
[@tronikos]: https://github.com/tronikos
|
||||
[@zweckj]: https://github.com/zweckj
|
||||
|
||||
[#122552]: https://github.com/home-assistant/core/pull/122552
|
||||
[#128123]: https://github.com/home-assistant/core/pull/128123
|
||||
[#132628]: https://github.com/home-assistant/core/pull/132628
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user