Skip to content

Commit 08ec7dd

Browse files
frenckCopilot
andauthored
2025.7.1 (#39852)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 029103d commit 08ec7dd

File tree

3 files changed

+355
-2
lines changed

3 files changed

+355
-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: 7
111-
current_patch_version: 0
112-
date_released: 2025-07-02
111+
current_patch_version: 1
112+
date_released: 2025-07-04
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-07-02-release-20257.markdown

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Stay cool, and enjoy the release!
4747
- [Other noteworthy changes](#other-noteworthy-changes)
4848
- [Full-screen code editors](#full-screen-code-editors)
4949
- [Improved dashboard creation experience](#improved-dashboard-creation-experience)
50+
- [Patch releases](#patch-releases)
51+
- [2025.7.1 - July 4](#202571---july-4)
5052
- [Need help? Join the community!](#need-help-join-the-community)
5153
- [Backward-incompatible changes](#backward-incompatible-changes)
5254
- [All changes](#all-changes)
@@ -357,6 +359,58 @@ The dialog for adding a new dashboard has been redesigned with a cleaner interfa
357359
[@marcinbauer85]: https://github.com/marcinbauer85
358360
[@quinnter]: https://github.com/quinnter
359361

362+
## Patch releases
363+
364+
We will also release patch releases for Home Assistant 2025.7 in July.
365+
These patch releases only contain bug fixes. Our goal is to release a patch
366+
release every Friday.
367+
368+
### 2025.7.1 - July 4
369+
370+
Happy Fourth of July! 🇺🇸
371+
372+
- Set timeout for remote calendar ([@Thomas55555] - [#147024])
373+
- Fix missing port in samsungtv ([@epenet] - [#147962])
374+
- Bump ZHA to 0.0.62 ([@puddly] - [#147966])
375+
- Bump aiounifi to v84 ([@Kane610] - [#147987])
376+
- Fix state being incorrectly reported in some situations on Music Assistant players ([@marcelveldt] - [#147997])
377+
- Bump hass-nabucasa from 0.104.0 to 0.105.0 ([@ludeeus] - [#148040])
378+
- Fix Telegram bots using plain text parser failing to load on restart ([@hanwg] - [#148050])
379+
- Bump pyenphase to 2.2.0 ([@catsmanac] - [#148070])
380+
- Cancel enphase mac verification on unload. ([@catsmanac] - [#148072])
381+
- Bump aioamazondevices to 3.2.3 ([@chemelli74] - [#148082])
382+
- Update frontend to 20250702.1 ([@bramkragten] - [#148131])
383+
- [ci] Fix typing issue with aiohttp and aiosignal ([@cdce8p] - [#148141])
384+
- Bump venstarcolortouch to 0.21 ([@mlfreeman2] - [#148152])
385+
386+
[#147024]: https://github.com/home-assistant/core/pull/147024
387+
[#147533]: https://github.com/home-assistant/core/pull/147533
388+
[#147962]: https://github.com/home-assistant/core/pull/147962
389+
[#147966]: https://github.com/home-assistant/core/pull/147966
390+
[#147987]: https://github.com/home-assistant/core/pull/147987
391+
[#147997]: https://github.com/home-assistant/core/pull/147997
392+
[#148040]: https://github.com/home-assistant/core/pull/148040
393+
[#148050]: https://github.com/home-assistant/core/pull/148050
394+
[#148070]: https://github.com/home-assistant/core/pull/148070
395+
[#148072]: https://github.com/home-assistant/core/pull/148072
396+
[#148082]: https://github.com/home-assistant/core/pull/148082
397+
[#148131]: https://github.com/home-assistant/core/pull/148131
398+
[#148141]: https://github.com/home-assistant/core/pull/148141
399+
[#148152]: https://github.com/home-assistant/core/pull/148152
400+
[@Kane610]: https://github.com/Kane610
401+
[@Thomas55555]: https://github.com/Thomas55555
402+
[@bramkragten]: https://github.com/bramkragten
403+
[@catsmanac]: https://github.com/catsmanac
404+
[@cdce8p]: https://github.com/cdce8p
405+
[@chemelli74]: https://github.com/chemelli74
406+
[@epenet]: https://github.com/epenet
407+
[@frenck]: https://github.com/frenck
408+
[@hanwg]: https://github.com/hanwg
409+
[@ludeeus]: https://github.com/ludeeus
410+
[@marcelveldt]: https://github.com/marcelveldt
411+
[@mlfreeman2]: https://github.com/mlfreeman2
412+
[@puddly]: https://github.com/puddly
413+
360414
## Need help? Join the community!
361415

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

0 commit comments

Comments
 (0)