Skip to content

Commit d743740

Browse files
authored
2025.11.1 (#41675)
1 parent 57ed8e4 commit d743740

File tree

3 files changed

+98
-2
lines changed

3 files changed

+98
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ social:
108108
# Home Assistant release details
109109
current_major_version: 2025
110110
current_minor_version: 11
111-
current_patch_version: 0
112-
date_released: 2025-11-05
111+
current_patch_version: 1
112+
date_released: 2025-11-07
113113

114114
# Either # or the anchor link to latest release notes in the blog post.
115115
# Must be prefixed with a # and have double quotes around it.

source/_posts/2025-11-05-release-202511.markdown

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ PS: Oh, and pssst... Don't tell anyone 🤫, but there might be something exciti
5151
- [Other noteworthy changes](#other-noteworthy-changes)
5252
- [Improved logging efficiency](#improved-logging-efficiency)
5353
- [The new Home Dashboard keeps getting smarter](#the-new-home-dashboard-keeps-getting-smarter)
54+
- [Patch releases](#patch-releases)
55+
- [2025.11.1 - November 7](#2025111---november-7)
5456
- [Need help? Join the community](#need-help-join-the-community)
5557
- [Backward-incompatible changes](#backward-incompatible-changes)
5658
- [All changes](#all-changes)
@@ -341,6 +343,56 @@ These improvements bring everything together more naturally, helping your Home D
341343

342344
<img class="no-shadow" alt="New built-in dashboards in dashboards config panel" src="/images/blog/2025-11/config-dashboards.png" />
343345

346+
## Patch releases
347+
348+
We will also release patch releases for Home Assistant 2025.11 in November.
349+
These patch releases only contain bug fixes. Our goal is to release a patch
350+
release once a week, aiming for Friday.
351+
352+
### 2025.11.1 - November 7
353+
354+
- Improve scan interval for Airthings Corentium Home 2 ([@LaStrada] - [#155694])
355+
- Remove `@progress_step` decorator from ZHA and Hardware integration ([@puddly] - [#155867])
356+
- Fix KNX Climate humidity DPT ([@farmio] - [#155942])
357+
- Truncate password before sending it to bcrypt ([@cdce8p] - [#155950])
358+
- Fix for corrupt restored state in miele consumption sensors ([@astrandb] - [#155966])
359+
- Handle empty fields in SolarEdge config flow ([@tronikos] - [#155978])
360+
- Fix SolarEdge unload failing when there are no sensors ([@tronikos] - [#155979])
361+
- Bump aioamazondevices to 8.0.1 ([@chemelli74] - [#155989])
362+
- Fix Growatt integration authentication error for legacy config entries ([@johanzander] - [#155993])
363+
- Bump tuya-device-sharing-sdk to 0.2.5 ([@epenet] - [#156014])
364+
- Bump onedrive-personal-sdk to 0.0.16 ([@zweckj] - [#156021])
365+
- Fix the exception caused by the missing Foscam integration key ([@Foscam-wangzhengyu] - [#156022])
366+
- Bump intents to 2025.11.7 ([@synesthesiam] - [#156063])
367+
368+
[#155440]: https://github.com/home-assistant/core/pull/155440
369+
[#155694]: https://github.com/home-assistant/core/pull/155694
370+
[#155867]: https://github.com/home-assistant/core/pull/155867
371+
[#155942]: https://github.com/home-assistant/core/pull/155942
372+
[#155950]: https://github.com/home-assistant/core/pull/155950
373+
[#155966]: https://github.com/home-assistant/core/pull/155966
374+
[#155978]: https://github.com/home-assistant/core/pull/155978
375+
[#155979]: https://github.com/home-assistant/core/pull/155979
376+
[#155989]: https://github.com/home-assistant/core/pull/155989
377+
[#155993]: https://github.com/home-assistant/core/pull/155993
378+
[#156014]: https://github.com/home-assistant/core/pull/156014
379+
[#156021]: https://github.com/home-assistant/core/pull/156021
380+
[#156022]: https://github.com/home-assistant/core/pull/156022
381+
[#156063]: https://github.com/home-assistant/core/pull/156063
382+
[@Foscam-wangzhengyu]: https://github.com/Foscam-wangzhengyu
383+
[@LaStrada]: https://github.com/LaStrada
384+
[@astrandb]: https://github.com/astrandb
385+
[@cdce8p]: https://github.com/cdce8p
386+
[@chemelli74]: https://github.com/chemelli74
387+
[@edenhaus]: https://github.com/edenhaus
388+
[@epenet]: https://github.com/epenet
389+
[@farmio]: https://github.com/farmio
390+
[@johanzander]: https://github.com/johanzander
391+
[@puddly]: https://github.com/puddly
392+
[@synesthesiam]: https://github.com/synesthesiam
393+
[@tronikos]: https://github.com/tronikos
394+
[@zweckj]: https://github.com/zweckj
395+
344396
## Need help? Join the community
345397

346398
Home Assistant has a great community of users who are all more than willing to help each other out. So, join us!

source/changelogs/core-2025.11.markdown

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,50 @@ For a summary in a more readable format
10301030
- Allow hardware integrations to specify TX power for ZHA ([@puddly] - [#155855])
10311031
- Rename DALI Center to Sunricher DALI ([@balloob] - [#155865])
10321032

1033+
## Release 2025.11.1 - November 7
1034+
1035+
- Improve scan interval for Airthings Corentium Home 2 ([@LaStrada] - [#155694])
1036+
- Remove `@progress_step` decorator from ZHA and Hardware integration ([@puddly] - [#155867])
1037+
- Fix KNX Climate humidity DPT ([@farmio] - [#155942])
1038+
- Truncate password before sending it to bcrypt ([@cdce8p] - [#155950])
1039+
- Fix for corrupt restored state in miele consumption sensors ([@astrandb] - [#155966])
1040+
- Handle empty fields in SolarEdge config flow ([@tronikos] - [#155978])
1041+
- Fix SolarEdge unload failing when there are no sensors ([@tronikos] - [#155979])
1042+
- Bump aioamazondevices to 8.0.1 ([@chemelli74] - [#155989])
1043+
- Fix Growatt integration authentication error for legacy config entries ([@johanzander] - [#155993])
1044+
- Bump tuya-device-sharing-sdk to 0.2.5 ([@epenet] - [#156014])
1045+
- Bump onedrive-personal-sdk to 0.0.16 ([@zweckj] - [#156021])
1046+
- Fix the exception caused by the missing Foscam integration key ([@Foscam-wangzhengyu] - [#156022])
1047+
- Bump intents to 2025.11.7 ([@synesthesiam] - [#156063])
1048+
1049+
[#155440]: https://github.com/home-assistant/core/pull/155440
1050+
[#155694]: https://github.com/home-assistant/core/pull/155694
1051+
[#155867]: https://github.com/home-assistant/core/pull/155867
1052+
[#155942]: https://github.com/home-assistant/core/pull/155942
1053+
[#155950]: https://github.com/home-assistant/core/pull/155950
1054+
[#155966]: https://github.com/home-assistant/core/pull/155966
1055+
[#155978]: https://github.com/home-assistant/core/pull/155978
1056+
[#155979]: https://github.com/home-assistant/core/pull/155979
1057+
[#155989]: https://github.com/home-assistant/core/pull/155989
1058+
[#155993]: https://github.com/home-assistant/core/pull/155993
1059+
[#156014]: https://github.com/home-assistant/core/pull/156014
1060+
[#156021]: https://github.com/home-assistant/core/pull/156021
1061+
[#156022]: https://github.com/home-assistant/core/pull/156022
1062+
[#156063]: https://github.com/home-assistant/core/pull/156063
1063+
[@Foscam-wangzhengyu]: https://github.com/Foscam-wangzhengyu
1064+
[@LaStrada]: https://github.com/LaStrada
1065+
[@astrandb]: https://github.com/astrandb
1066+
[@cdce8p]: https://github.com/cdce8p
1067+
[@chemelli74]: https://github.com/chemelli74
1068+
[@edenhaus]: https://github.com/edenhaus
1069+
[@epenet]: https://github.com/epenet
1070+
[@farmio]: https://github.com/farmio
1071+
[@johanzander]: https://github.com/johanzander
1072+
[@puddly]: https://github.com/puddly
1073+
[@synesthesiam]: https://github.com/synesthesiam
1074+
[@tronikos]: https://github.com/tronikos
1075+
[@zweckj]: https://github.com/zweckj
1076+
10331077
[#125595]: https://github.com/home-assistant/core/pull/125595
10341078
[#126058]: https://github.com/home-assistant/core/pull/126058
10351079
[#133771]: https://github.com/home-assistant/core/pull/133771

0 commit comments

Comments
 (0)