@@ -51,6 +51,8 @@ Enjoy the release!
51
51
- [ Control individual members of a group] ( #control-individual-members-of-a-group )
52
52
- [ Weekdays in time trigger] ( #weekdays-in-time-trigger )
53
53
- [ 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 )
54
56
- [ Need help? Join the community!] ( #need-help-join-the-community )
55
57
- [ Backward-incompatible changes] ( #backward-incompatible-changes )
56
58
- [ All changes] ( #all-changes )
@@ -386,6 +388,104 @@ Really cool addition to the energy dashboard [@MindFreeze]!
386
388
[@MindFreeze]: https://github.com/MindFreeze
387
389
[Sankey Chart custom card]: https://github.com/MindFreeze/ha-sankey-chart
388
390
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
+
389
489
# # Need help? Join the community!
390
490
391
491
Home Assistant has a great community of users who are all more than willing
0 commit comments