8000 2025.6.1 (#39534) · home-assistant/home-assistant.io@b8687fa · GitHub
[go: up one dir, main page]

Skip to content

Commit b8687fa

Browse files
authored
2025.6.1 (#39534)
1 parent 5af3603 commit b8687fa

File tree

3 files changed

+1536
-2818
lines changed

3 files changed

+1536
-2818
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: 6
111-
current_patch_version: 0
112-
date_released: 2025-06-11
111+
current_patch_version: 1
112+
date_released: 2025-06-13
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-06-11-release-20256.markdown

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ _PS: We will pick up the regular release schedule again now, so expect the next
4646
- [Sidebar improvements](#sidebar-improvements)
4747
- [Join/unjoin groups of media players](#joinunjoin-groups-of-media-players)
4848
- [Reset/restore entity IDs](#resetrestore-entity-ids)
49+
- [Patch releases](#patch-releases)
50+
- [2025.6.1 - June 13](#202561---june-13)
4951
- [Need help? Join the community!](#need-help-join-the-community)
5052
- [Backward-incompatible changes](#backward-incompatible-changes)
5153
- [All changes](#all-changes)
@@ -330,6 +332,63 @@ This feature is available in the entity configuration dialog, where you can now
330332

331333
<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" />
332334

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+
333392
## Need help? Join the community!
334393

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

0 commit comments

Comments
 (0)
0