Skip to content

Commit e627af5

Browse files
authored
2025.8.1 (#40378)
1 parent 9f77f2b commit e627af5

File tree

3 files changed

+194
-2
lines changed

3 files changed

+194
-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: 8
111-
current_patch_version: 0
112-
date_released: 2025-08-06
111+
current_patch_version: 1
112+
date_released: 2025-08-11
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-08-06-release-20258.markdown

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Enjoy the release!
5151
- [Control individual members of a group](#control-individual-members-of-a-group)
5252
- [Weekdays in time trigger](#weekdays-in-time-trigger)
5353
- [Energy flow on your energy dashboard](#energy-flow-on-your-energy-dashboard)
54+
- [Patch releases](#patch-releases)
55+
- [2025.8.1 - August 11](#202581---august-11)
5456
- [Need help? Join the community!](#need-help-join-the-community)
5557
- [Backward-incompatible changes](#backward-incompatible-changes)
5658
- [All changes](#all-changes)
@@ -386,6 +388,104 @@ Really cool addition to the energy dashboard [@MindFreeze]!
386388
[@MindFreeze]: https://github.com/MindFreeze
387389
[Sankey Chart custom card]: https://github.com/MindFreeze/ha-sankey-chart
388390
391+
## Patch releases
392+
393+
We will also release patch releases for Home Assistant 2025.8 in August.
394+
These patch releases only contain bug fixes. Our goal is to release a patch
395+
release once a week, aiming for Friday.
396+
397+
### 2025.8.1 - August 11
398+
399+
- Make Tuya complex type handling explicit ([@epenet] - [#149677])
400+
- Fix Enigma2 startup hang ([@BlackBadPinguin] - [#149756])
401+
- Fix dialog enhancement switch for Sonos Arc Ultra ([@PeteRager] - [#150116])
402+
- Bump ZHA to 0.0.67 ([@puddly] - [#150132])
403+
- Bump airOS to 0.2.6 improving device class matching more devices ([@CoMPaTech] - [#150134])
404+
- Handle HusqvarnaWSClientError ([@Thomas55555] - [#150145])
405+
- Fix Progettihwsw config flow ([@gaspa85] - [#150149])
406+
- Bump imgw_pib to version 1.5.3 ([@bieniu] - [#150178])
407+
- Fix description of `button.press` action ([@NoRi2909] - [#150181])
408+
- Migrate unique_id only if monitor_id is present in Uptime Kuma ([@tr4nt0r] - [#150197])
409+
- Silence vacuum battery deprecation for built in integrations ([@MartinHjelmare] - [#150204])
410+
- Bump ZHA to 0.0.68 ([@puddly] - [#150208])
411+
- Bump hass-nabucasa from 0.111.1 to 0.111.2 ([@ludeeus] - [#150209])
412+
- Fix JSON serialization for ZHA diagnostics download ([@puddly] - [#150210])
413+
- Ignore MQTT vacuum battery warning ([@MartinHjelmare] - [#150211])
414+
- Handle Unifi Protect BadRequest exception during API key creation ([@RaHehl] - [#150223])
415+
- Fix Tibber coordinator ContextVar warning ([@MartinHjelmare] - [#150229])
416+
- Fix handing for zero volume error in Squeezebox ([@peteS-UK] - [#150265])
417+
- Fix error on startup when no Apps or Radio plugins are installed for Squeezebox ([@peteS-UK] - [#150267])
418+
- Volvo: fix missing charging power options ([@thomasddn] - [#150272])
419+
- Constraint num2words to 0.5.14 ([@edenhaus] - [#150276])
420+
- Volvo: fix distance to empty battery ([@thomasddn] - [#150278])
421+
- Add GPT-5 support ([@Shulyaka] - [#150281])
422+
- Volvo: Skip unsupported API fields ([@thomasddn] - [#150285])
423+
- Remove misleading "the" from Launch Library configuration ([@NoRi2909] - [#150288])
424+
- Set suggested display precision on Volvo energy/fuel consumption sensors ([@steinmn] - [#150296])
425+
- Bump airOS to 0.2.7 supporting firmware 8.7.11 ([@CoMPaTech] - [#150298])
426+
- Update knx-frontend to 2025.8.9.63154 ([@philippwaller] - [#150323])
427+
- Update frontend to 20250811.0 ([@bramkragten] - [#150404])
428+
- Handle empty electricity RAW sensors in Tuya ([@epenet] - [#150406])
429+
- Lower Z-Wave firmware check delay ([@MartinHjelmare] - [#150411])
430+
- Fix issue with Tuya suggested unit ([@epenet] - [#150414])
431+
432+
[#149677]: https://github.com/home-assistant/core/pull/149677
433+
[#149756]: https://github.com/home-assistant/core/pull/149756
434+
[#150115]: https://github.com/home-assistant/core/pull/150115
435+
[#150116]: https://github.com/home-assistant/core/pull/150116
436+
[#150132]: https://github.com/home-assistant/core/pull/150132
437+
[#150134]: https://github.com/home-assistant/core/pull/150134
438+
[#150145]: https://github.com/home-assistant/core/pull/150145
439+
[#150149]: https://github.com/home-assistant/core/pull/150149
440+
[#150178]: https://github.com/home-assistant/core/pull/150178
441+
[#150181]: https://github.com/home-assistant/core/pull/150181
442+
[#150197]: https://github.com/home-assistant/core/pull/150197
443+
[#150204]: https://github.com/home-assistant/core/pull/150204
444+
[#150208]: https://github.com/home-assistant/core/pull/150208
445+
[#150209]: https://github.com/home-assistant/core/pull/150209
446+
[#150210]: https://github.com/home-assistant/core/pull/150210
447+
[#150211]: https://github.com/home-assistant/core/pull/150211
448+
[#150223]: https://github.com/home-assistant/core/pull/150223
449+
[#150229]: https://github.com/home-assistant/core/pull/150229
450+
[#150265]: https://github.com/home-assistant/core/pull/150265
451+
[#150267]: https://github.com/home-assistant/core/pull/150267
452+
[#150272]: https://github.com/home-assistant/core/pull/150272
453+
[#150276]: https://github.com/home-assistant/core/pull/150276
454+
[#150278]: https://github.com/home-assistant/core/pull/150278
455+
[#150281]: https://github.com/home-assistant/core/pull/150281
456+
[#150285]: https://github.com/home-assistant/core/pull/150285
457+
[#150288]: https://github.com/home-assistant/core/pull/150288
458+
[#150296]: https://github.com/home-assistant/core/pull/150296
459+
[#150298]: https://github.com/home-assistant/core/pull/150298
460+
[#150323]: https://github.com/home-assistant/core/pull/150323
461+
[#150339]: https://github.com/home-assistant/core/pull/150339
462+
[#150404]: https://github.com/home-assistant/core/pull/150404
463+
[#150406]: https://github.com/home-assistant/core/pull/150406
464+
[#150411]: https://github.com/home-assistant/core/pull/150411
465+
[#150414]: https://github.com/home-assistant/core/pull/150414
466+
[@BlackBadPinguin]: https://github.com/BlackBadPinguin
467+
[@CoMPaTech]: https://github.com/CoMPaTech
468+
[@MartinHjelmare]: https://github.com/MartinHjelmare
469+
[@NoRi2909]: https://github.com/NoRi2909
470+
[@PeteRager]: https://github.com/PeteRager
471+
[@RaHehl]: https://github.com/RaHehl
472+
[@Shulyaka]: https://github.com/Shulyaka
473+
[@Thomas55555]: https://github.com/Thomas55555
474+
[@ThyMYthOS]: https://github.com/ThyMYthOS
475+
[@bieniu]: https://github.com/bieniu
476+
[@bramkragten]: https://github.com/bramkragten
477+
[@edenhaus]: https://github.com/edenhaus
478+
[@epenet]: https://github.com/epenet
479+
[@frenck]: https://github.com/frenck
480+
[@gaspa85]: https://github.com/gaspa85
481+
[@ludeeus]: https://github.com/ludeeus
482+
[@peteS-UK]: https://github.com/peteS-UK
483+
[@philippwaller]: https://github.com/philippwaller
484+
[@puddly]: https://github.com/puddly
485+
[@steinmn]: https://github.com/steinmn
486+
[@thomasddn]: https://github.com/thomasddn
487+
[@tr4nt0r]: https://github.com/tr4nt0r
488+
389489
## Need help? Join the community!
390490

391491
Home Assistant has a great community of users who are all more than willing

source/changelogs/core-2025.8.markdown

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,98 @@ For a summary in a more readable format:
10481048
- Improve miele climate test coverage ([@astrandb] - [#149859])
10491049
- Deprecate Roborock battery feature ([@luca-angemi] - [#150126])
10501050

1051+
## Release 2025.8.1 - August 11
1052+
1053+
- Make Tuya complex type handling explicit ([@epenet] - [#149677])
1054+
- Fix Enigma2 startup hang ([@BlackBadPinguin] - [#149756])
1055+
- Fix dialog enhancement switch for Sonos Arc Ultra ([@PeteRager] - [#150116])
1056+
- Bump ZHA to 0.0.67 ([@puddly] - [#150132])
1057+
- Bump airOS to 0.2.6 improving device class matching more devices ([@CoMPaTech] - [#150134])
1058+
- Handle HusqvarnaWSClientError ([@Thomas55555] - [#150145])
1059+
- Fix Progettihwsw config flow ([@gaspa85] - [#150149])
1060+
- Bump imgw_pib to version 1.5.3 ([@bieniu] - [#150178])
1061+
- Fix description of `button.press` action ([@NoRi2909] - [#150181])
1062+
- Migrate unique_id only if monitor_id is present in Uptime Kuma ([@tr4nt0r] - [#150197])
1063+
- Silence vacuum battery deprecation for built in integrations ([@MartinHjelmare] - [#150204])
1064+
- Bump ZHA to 0.0.68 ([@puddly] - [#150208])
1065+
- Bump hass-nabucasa from 0.111.1 to 0.111.2 ([@ludeeus] - [#150209])
1066+
- Fix JSON serialization for ZHA diagnostics download ([@puddly] - [#150210])
1067+
- Ignore MQTT vacuum battery warning ([@MartinHjelmare] - [#150211])
1068+
- Handle Unifi Protect BadRequest exception during API key creation ([@RaHehl] - [#150223])
1069+
- Fix Tibber coordinator ContextVar warning ([@MartinHjelmare] - [#150229])
1070+
- Fix handing for zero volume error in Squeezebox ([@peteS-UK] - [#150265])
1071+
- Fix error on startup when no Apps or Radio plugins are installed for Squeezebox ([@peteS-UK] - [#150267])
1072+
- Volvo: fix missing charging power options ([@thomasddn] - [#150272])
1073+
- Constraint num2words to 0.5.14 ([@edenhaus] - [#150276])
1074+
- Volvo: fix distance to empty battery ([@thomasddn] - [#150278])
1075+
- Add GPT-5 support ([@Shulyaka] - [#150281])
1076+
- Volvo: Skip unsupported API fields ([@thomasddn] - [#150285])
1077+
- Remove misleading "the" from Launch Library configuration ([@NoRi2909] - [#150288])
1078+
- Set suggested display precision on Volvo energy/fuel consumption sensors ([@steinmn] - [#150296])
1079+
- Bump airOS to 0.2.7 supporting firmware 8.7.11 ([@CoMPaTech] - [#150298])
1080+
- Update knx-frontend to 2025.8.9.63154 ([@philippwaller] - [#150323])
1081+
- Update frontend to 20250811.0 ([@bramkragten] - [#150404])
1082+
- Handle empty electricity RAW sensors in Tuya ([@epenet] - [#150406])
1083+
- Lower Z-Wave firmware check delay ([@MartinHjelmare] - [#150411])
1084+
- Fix issue with Tuya suggested unit ([@epenet] - [#150414])
1085+
1086+
[#149677]: https://github.com/home-assistant/core/pull/149677
1087+
[#149756]: https://github.com/home-assistant/core/pull/149756
1088+
[#150115]: https://github.com/home-assistant/core/pull/150115
1089+
[#150116]: https://github.com/home-assistant/core/pull/150116
1090+
[#150132]: https://github.com/home-assistant/core/pull/150132
1091+
[#150134]: https://github.com/home-assistant/core/pull/150134
1092+
[#150145]: https://github.com/home-assistant/core/pull/150145
1093+
[#150149]: https://github.com/home-assistant/core/pull/150149
1094+
[#150178]: https://github.com/home-assistant/core/pull/150178
1095+
[#150181]: https://github.com/home-assistant/core/pull/150181
1096+
[#150197]: https://github.com/home-assistant/core/pull/150197
1097+
[#150204]: https://github.com/home-assistant/core/pull/150204
1098+
[#150208]: https://github.com/home-assistant/core/pull/150208
1099+
[#150209]: https://github.com/home-assistant/core/pull/150209
1100+
[#150210]: https://github.com/home-assistant/core/pull/150210
1101+
[#150211]: https://github.com/home-assistant/core/pull/150211
1102+
[#150223]: https://github.com/home-assistant/core/pull/150223
1103+
[#150229]: https://github.com/home-assistant/core/pull/150229
1104+
[#150265]: https://github.com/home-assistant/core/pull/150265
1105+
[#150267]: https://github.com/home-assistant/core/pull/150267
1106+
[#150272]: https://github.com/home-assistant/core/pull/150272
1107+
[#150276]: https://github.com/home-assistant/core/pull/150276
1108+
[#150278]: https://github.com/home-assistant/core/pull/150278
1109+
[#150281]: https://github.com/home-assistant/core/pull/150281
1110+
[#150285]: https://github.com/home-assistant/core/pull/150285
1111+
[#150288]: https://github.com/home-assistant/core/pull/150288
1112+
[#150296]: https://github.com/home-assistant/core/pull/150296
1113+
[#150298]: https://github.com/home-assistant/core/pull/150298
1114+
[#150323]: https://github.com/home-assistant/core/pull/150323
1115+
[#150339]: https://github.com/home-assistant/core/pull/150339
1116+
[#150404]: https://github.com/home-assistant/core/pull/150404
1117+
[#150406]: https://github.com/home-assistant/core/pull/150406
1118+
[#150411]: https://github.com/home-assistant/core/pull/150411
1119+
[#150414]: https://github.com/home-assistant/core/pull/150414
1120+
[@BlackBadPinguin]: https://github.com/BlackBadPinguin
1121+
[@CoMPaTech]: https://github.com/CoMPaTech
1122+
[@MartinHjelmare]: https://github.com/MartinHjelmare
1123+
[@NoRi2909]: https://github.com/NoRi2909
1124+
[@PeteRager]: https://github.com/PeteRager
1125+
[@RaHehl]: https://github.com/RaHehl
1126+
[@Shulyaka]: https://github.com/Shulyaka
1127+
[@Thomas55555]: https://github.com/Thomas55555
1128+
[@ThyMYthOS]: https://github.com/ThyMYthOS
1129+
[@bieniu]: https://github.com/bieniu
1130+
[@bramkragten]: https://github.com/bramkragten
1131+
[@edenhaus]: https://github.com/edenhaus
1132+
[@epenet]: https://github.com/epenet
1133+
[@frenck]: https://github.com/frenck
1134+
[@gaspa85]: https://github.com/gaspa85
1135+
[@ludeeus]: https://github.com/ludeeus
1136+
[@peteS-UK]: https://github.com/peteS-UK
1137+
[@philippwaller]: https://github.com/philippwaller
1138+
[@puddly]: https://github.com/puddly
1139+
[@steinmn]: https://github.com/steinmn
1140+
[@thomasddn]: https://github.com/thomasddn
1141+
[@tr4nt0r]: https://github.com/tr4nt0r
1142+
10511143
[#125611]: https://github.com/home-assistant/core/pull/125611
10521144
[#126242]: https://github.com/home-assistant/core/pull/126242
10531145
[#128122]: https://github.com/home-assistant/core/pull/128122

0 commit comments

Comments
 (0)