Skip to content
Merged

2025.9.1 #40743

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: 9
current_patch_version: 0
date_released: 2025-09-03
current_patch_version: 1
date_released: 2025-09-05

# 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
60 changes: 60 additions & 0 deletions source/_posts/2025-09-03-release-20259.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Enjoy the release!
- [Other noteworthy changes](#other-noteworthy-changes)
- [Analog clock](#analog-clock)
- [Storage insights](#storage-insights)
- [Patch releases](#patch-releases)
- [2025.9.1 - September 5](#202591---september-5)
- [Need help? Join the community!](#need-help-join-the-community)
- [Backward-incompatible changes](#backward-incompatible-changes)
- [All changes](#all-changes)
Expand Down Expand Up @@ -341,6 +343,64 @@ You can find these metrics by navigating to {% my storage title="**Settings** >

{% my storage badge %}

## Patch releases

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

### 2025.9.1 - September 5

- Add support for migrated Hue bridge ([@marcelveldt] - [#151411])
- Add missing device trigger duration localizations ([@karwosts] - [#151578])
- Correct capitalization of "FRITZ!Box" in FRITZ!Box Tools integration ([@tr4nt0r] - [#151637])
- Fix Sonos Dialog Select type conversion ([@PeteRager] - [#151649])
- Fix WebSocket proxy for add-ons not forwarding ping/pong frame data ([@felipecrs] - [#151654])
- Fix, entities stay unavailable after timeout error, Imeon inverter integration ([@Imeon-Energy] - [#151671])
Copy link

Copilot AI Sep 5, 2025

Choose a reason for hiding this comment

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

The comma after 'Fix' creates an awkward sentence structure. This should be rewritten as 'Fix entities staying unavailable after timeout error in Imeon inverter integration' for better clarity.

Suggested change
- Fix, entities stay unavailable after timeout error, Imeon inverter integration ([@Imeon-Energy] - [#151671])
- Fix entities staying unavailable after timeout error in Imeon inverter integration ([@Imeon-Energy] - [#151671])

Copilot uses AI. Check for mistakes.
- Bump aiohue to 4.7.5 ([@marcelveldt] - [#151684])
- Update frontend to 20250903.3 ([@bramkragten] - [#151694])
- Require OhmeAdvancedSettingsCoordinator to run regardless of entities ([@dan-r] - [#151701])
- Bump ohmepy version to 1.5.2 ([@dan-r] - [#151707])
- Update Mill library 0.13.1 ([@Danielhiversen] - [#151712])
- Handle match failures in intent HTTP API ([@synesthesiam] - [#151726])
- Bump pyschlage to 2025.9.0 ([@dknowles2] - [#151731])
- Bump bimmer_connected to 0.17.3 ([@rikroe] - [#151756])
- Fix recognition of entity names in default agent with interpunction ([@arturpragacz] - [#151759])
- Fix enable/disable entity in modbus ([@janiversen] - [#151626])

[#151263]: https://github.com/home-assistant/core/pull/151263
[#151411]: https://github.com/home-assistant/core/pull/151411
[#151578]: https://github.com/home-assistant/core/pull/151578
[#151626]: https://github.com/home-assistant/core/pull/151626
[#151637]: https://github.com/home-assistant/core/pull/151637
[#151649]: https://github.com/home-assistant/core/pull/151649
[#151654]: https://github.com/home-assistant/core/pull/151654
[#151671]: https://github.com/home-assistant/core/pull/151671
[#151684]: https://github.com/home-assistant/core/pull/151684
[#151694]: https://github.com/home-assistant/core/pull/151694
[#151701]: https://github.com/home-assistant/core/pull/151701
[#151707]: https://github.com/home-assistant/core/pull/151707
[#151712]: https://github.com/home-assistant/core/pull/151712
[#151726]: https://github.com/home-assistant/core/pull/151726
[#151731]: https://github.com/home-assistant/core/pull/151731
[#151756]: https://github.com/home-assistant/core/pull/151756
[#151759]: https://github.com/home-assistant/core/pull/151759
[@Danielhiversen]: https://github.com/Danielhiversen
[@Imeon-Energy]: https://github.com/Imeon-Energy
[@PeteRager]: https://github.com/PeteRager
[@arturpragacz]: https://github.com/arturpragacz
[@bramkragten]: https://github.com/bramkragten
[@dan-r]: https://github.com/dan-r
[@dknowles2]: https://github.com/dknowles2
[@felipecrs]: https://github.com/felipecrs
[@frenck]: https://github.com/frenck
[@janiversen]: https://github.com/janiversen
[@karwosts]: https://github.com/karwosts
[@marcelveldt]: https://github.com/marcelveldt
[@rikroe]: https://github.com/rikroe
[@synesthesiam]: https://github.com/synesthesiam
[@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
52 changes: 52 additions & 0 deletions source/changelogs/core-2025.9.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,58 @@ For a summary in a more readable format:
- Bump intents ([@synesthesiam] - [#151627])
- Update frontend to 20250903.2 ([@bramkragten] - [#151629])

## Release 2025.9.1 - September 5

- Add support for migrated Hue bridge ([@marcelveldt] - [#151411])
- Add missing device trigger duration localizations ([@karwosts] - [#151578])
- Correct capitalization of "FRITZ!Box" in FRITZ!Box Tools integration ([@tr4nt0r] - [#151637])
- Fix Sonos Dialog Select type conversion ([@PeteRager] - [#151649])
- Fix WebSocket proxy for add-ons not forwarding ping/pong frame data ([@felipecrs] - [#151654])
- Fix, entities stay unavailable after timeout error, Imeon inverter integration ([@Imeon-Energy] - [#151671])
Copy link

Copilot AI Sep 5, 2025

Choose a reason for hiding this comment

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

The comma after 'Fix' creates an awkward sentence structure. This should be rewritten as 'Fix entities staying unavailable after timeout error in Imeon inverter integration' for better clarity.

Suggested change
- Fix, entities stay unavailable after timeout error, Imeon inverter integration ([@Imeon-Energy] - [#151671])
- Fix entities staying unavailable after timeout error in Imeon inverter integration ([@Imeon-Energy] - [#151671])

Copilot uses AI. Check for mistakes.
- Bump aiohue to 4.7.5 ([@marcelveldt] - [#151684])
- Update frontend to 20250903.3 ([@bramkragten] - [#151694])
- Require OhmeAdvancedSettingsCoordinator to run regardless of entities ([@dan-r] - [#151701])
- Bump ohmepy version to 1.5.2 ([@dan-r] - [#151707])
- Update Mill library 0.13.1 ([@Danielhiversen] - [#151712])
- Handle match failures in intent HTTP API ([@synesthesiam] - [#151726])
- Bump pyschlage to 2025.9.0 ([@dknowles2] - [#151731])
- Bump bimmer_connected to 0.17.3 ([@rikroe] - [#151756])
- Fix recognition of entity names in default agent with interpunction ([@arturpragacz] - [#151759])
- Fix enable/disable entity in modbus ([@janiversen] - [#151626])

[#151263]: https://github.com/home-assistant/core/pull/151263
[#151411]: https://github.com/home-assistant/core/pull/151411
[#151578]: https://github.com/home-assistant/core/pull/151578
[#151626]: https://github.com/home-assistant/core/pull/151626
[#151637]: https://github.com/home-assistant/core/pull/151637
[#151649]: https://github.com/home-assistant/core/pull/151649
[#151654]: https://github.com/home-assistant/core/pull/151654
[#151671]: https://github.com/home-assistant/core/pull/151671
[#151684]: https://github.com/home-assistant/core/pull/151684
[#151694]: https://github.com/home-assistant/core/pull/151694
[#151701]: https://github.com/home-assistant/core/pull/151701
[#151707]: https://github.com/home-assistant/core/pull/151707
[#151712]: https://github.com/home-assistant/core/pull/151712
[#151726]: https://github.com/home-assistant/core/pull/151726
[#151731]: https://github.com/home-assistant/core/pull/151731
[#151756]: https://github.com/home-assistant/core/pull/151756
[#151759]: https://github.com/home-assistant/core/pull/151759
[@Danielhiversen]: https://github.com/Danielhiversen
[@Imeon-Energy]: https://github.com/Imeon-Energy
[@PeteRager]: https://github.com/PeteRager
[@arturpragacz]: https://github.com/arturpragacz
[@bramkragten]: https://github.com/bramkragten
[@dan-r]: https://github.com/dan-r
[@dknowles2]: https://github.com/dknowles2
[@felipecrs]: https://github.com/felipecrs
[@frenck]: https://github.com/frenck
[@janiversen]: https://github.com/janiversen
[@karwosts]: https://github.com/karwosts
[@marcelveldt]: https://github.com/marcelveldt
[@rikroe]: https://github.com/rikroe
[@synesthesiam]: https://github.com/synesthesiam
[@tr4nt0r]: https://github.com/tr4nt0r

[#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
Expand Down