@@ -46,6 +46,8 @@ _PS: We will pick up the regular release schedule again now, so expect the next
46
46
- [ Sidebar improvements] ( #sidebar-improvements )
47
47
- [ Join/unjoin groups of media players] ( #joinunjoin-groups-of-media-players )
48
48
- [ Reset/restore entity IDs] ( #resetrestore-entity-ids )
49
+ - [ Patch releases] ( #patch-releases )
50
+ - [ 2025.6.1 - June 13] ( #202561---june-13 )
49
51
- [ Need help? Join the community!] ( #need-help-join-the-community )
50
52
- [ Backward-incompatible changes] ( #backward-incompatible-changes )
51
53
- [ All changes] ( #all-changes )
@@ -330,6 +332,63 @@ This feature is available in the entity configuration dialog, where you can now
330
332
331
333
<img class =" no-shadow " alt =" Screenshot showing the reset option of the entity ID in the entity configuration dialog. " src =" /images/blog/2025-06/reset-entity-id.png " />
332
334
335
+ ## Patch releases
336
+
337
+ We will also release patch releases for Home Assistant 2025.6 in June.
338
+ These patch releases only contain bug fixes. Our goal is to release a patch
339
+ release every Friday.
340
+
341
+ ### 2025.6.1 - June 13
342
+
343
+ - Fix palette handling for LIFX Ceiling SKY effect ([ @Djelibeybi ] - [ #146582 ] )
344
+ - Fix fan is_on status in xiaomi_miio ([ @epenet ] - [ #146592 ] )
345
+ - Drop HostKeyAlgorithms in aruba ([ @aethrvmn ] - [ #146619 ] )
346
+ - Update frontend to 20250531.3 ([ @piitaya ] - [ #146638 ] )
347
+ - Fix cookies with aiohttp >= 3.12.7 for Vodafone Station ([ @chemelli74 ] - [ #146647 ] )
348
+ - Bump wakeonlan to 3.1.0 ([ @epenet ] - [ #146655 ] )
349
+ - Bump hdate to 1.1.2 ([ @tsvi ] - [ #146659 ] )
350
+ - Bump linkplay to v0.2.12 ([ @silamon ] - [ #146669 ] )
351
+ - Filter speak notify entity for WHA devices in Alexa Devices ([ @chemelli74 ] - [ #146688 ] )
352
+ - Bump aioamazondevices to 3.1.2 ([ @chemelli74 ] - [ #146690 ] )
353
+ - Fix opower to work with aiohttp>=3.12.7 by disabling cookie quoting ([ @tronikos ] - [ #146697 ] )
354
+ - Revert scan interval change in local calendar ([ @allenporter ] - [ #146700 ] )
355
+ - Partial revert of update to remote calendar to fix issue where calendar does not update ([ @allenporter ] - [ #146702 ] )
356
+ - Ignore lingering pycares shutdown thread ([ @cdce8p ] - [ #146733 ] )
357
+ - Bump aiodns to 3.5.0 ([ @bdraco ] - [ #146758 ] )
358
+ - Fix throttling issue in HomematicIP Cloud ([ @hahn-th ] - [ #146683 ] )
359
+
360
+ [ #145650 ] : https://github.com/home-assistant/core/pull/145650
361
+ [ #146582 ] : https://github.com/home-assistant/core/pull/146582
362
+ [ #146592 ] : https://github.com/home-assistant/core/pull/146592
363
+ [ #146619 ] : https://github.com/home-assistant/core/pull/146619
364
+ [ #146638 ] : https://github.com/home-assistant/core/pull/146638
365
+ [ #146647 ] : https://github.com/home-assistant/core/pull/146647
366
+ [ #146655 ] : https://github.com/home-assistant/core/pull/146655
367
+ [ #146659 ] : https://github.com/home-assistant/core/pull/146659
368
+ [ #146669 ] : https://github.com/home-assistant/core/pull/146669
369
+ [ #146683 ] : https://github.com/home-assistant/core/pull/146683
370
+ [ #146688 ] : https://github.com/home-assistant/core/pull/146688
371
+ [ #146690 ] : https://github.com/home-assistant/core/pull/146690
372
+ [ #146697 ] : https://github.com/home-assistant/core/pull/146697
373
+ [ #146700 ] : https://github.com/home-assistant/core/pull/146700
374
+ [ #146702 ] : https://github.com/home-assistant/core/pull/146702
375
+ [ #146733 ] : https://github.com/home-assistant/core/pull/146733
376
+ [ #146758 ] : https://github.com/home-assistant/core/pull/146758
377
+ [ @Djelibeybi ] : https://github.com/Djelibeybi
378
+ [ @aethrvmn ] : https://github.com/aethrvmn
379
+ [ @allenporter ] : https://github.com/allenporter
380
+ [ @bdraco ] : https://github.com/bdraco
381
+ [ @cdce8p ] : https://github.com/cdce8p
382
+ [ @chemelli74 ] : https://github.com/chemelli74
383
+ [ @epenet ] : https://github.com/epenet
384
+ [ @frenck ] : https://github.com/frenck
385
+ [ @hahn-th ] : https://github.com/hahn-th
386
+ [ @piitaya ] : https://github.com/piitaya
387
+ [ @silamon ] : https://github.com/silamon
388
+ [ @tronikos ] : https://github.com/tronikos
389
+ [ @tsvi ] : https://github.com/tsvi
390
+
391
+
333
392
## Need help? Join the community!
334
393
335
394
Home Assistant has a great community of users who are all more than willing
0 commit comments