Skip to content

Commit 3518472

Browse files
authored
2026.6.1 (#45776)
1 parent 7df0362 commit 3518472

3 files changed

Lines changed: 155 additions & 3 deletions

File tree

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ social:
120120
# Home Assistant release details
121121
current_major_version: 2026
122122
current_minor_version: 6
123-
current_patch_version: 0
124-
date_released: 2026-06-03
123+
current_patch_version: 1
124+
date_released: 2026-06-05
125125

126126
# Either # or the anchor link to latest release notes in the blog post.
127127
# Must be prefixed with a # and have double quotes around it.
128128
# Major release:
129-
patch_version_notes: "#202654---may-22"
129+
patch_version_notes: "#202661---june-5"
130130
# Minor release (Example #release-0431---april-25):
131131

132132
# Set Front matter defaults

source/_posts/2026-06-03-release-20266.markdown

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Enjoy the release!
5656
- [A clearer view of your home's energy](#a-clearer-view-of-your-homes-energy)
5757
- [Quick links between everything you care about](#quick-links-between-everything-you-care-about)
5858
- [YAML linting inside the UI editors](#yaml-linting-inside-the-ui-editors)
59+
- [Patch releases](#patch-releases)
60+
- [2026.6.1 - June 5](#202661---june-5)
5961
- [Need help? Join the community](#need-help-join-the-community)
6062
- [Backward-incompatible changes](#backward-incompatible-changes)
6163
- [All changes](#all-changes)
@@ -567,6 +569,83 @@ The YAML code editors throughout the UI now show inline linting: missing colons,
567569

568570
<img src='/images/blog/2026-06/yaml-linting.png' alt='Screenshot of the YAML editor showing inline linting with an error highlighted on the offending line.' class='no-shadow' />
569571

572+
## Patch releases
573+
574+
We also release patch releases for Home Assistant Core. These patch releases are released on a weekly basis (on Fridays) and contain bug fixes and small improvements.
575+
576+
### 2026.6.1 - June 5
577+
578+
- Fix Lyric sensor crash when next_period_time is None ([@bk86a] - [#167831])
579+
- Fix SleepIQ 401 storm by isolating client session cookies ([@Stormalong] - [#172276])
580+
- Upgrade HomeLink package, set integration type ([@rjones-gentex] - [#172371])
581+
- Bump actron-neo-api to 0.5.12 ([@kclif9] - [#172902])
582+
- Switchbot Cloud: Fixed an issue where condition filtering for enabled Webhooks was abnormal ([@XiaoLing-git] - [#172903])
583+
- Bump aioautomower to 2.7.6 ([@Thomas55555] - [#172937])
584+
- Add more Reolink diagnostic info ([@starkillerOG] - [#172945])
585+
- Fix Mitsubishi Comfort devices skipped due to unresolved local address ([@nikolairahimi] - [#172959])
586+
- Bump idasen-ha to 2.7.0 ([@abmantis] - [#172962])
587+
- Fix value template in MQTT Fan and Siren subentry setup ([@jbouwh] - [#172980])
588+
- Improve person tests ([@emontnemery] - [#172997])
589+
- Bump imgw_pib to 2.2.2 ([@bieniu] - [#172999])
590+
- Fix person in_zones propagation from scanner in home zone ([@emontnemery] - [#173007])
591+
- Bump holidays to 0.98 ([@gjohansson-ST] - [#173029])
592+
- Portainer extend timeout for disk space coordinator ([@erwindouna] - [#173032])
593+
- Convert LinkPlay configuration_url to string for device registry ([@frenck] - [#173034])
594+
- Fix Duco mode end time sensor name ([@ronaldvdmeer] - [#173045])
595+
- Unify query token auth in http views ([@edenhaus] - [#173082])
596+
- Create certificate files before trying to migrate the MQTT config entry ([@jbouwh] - [#173087])
597+
- Bump wheels to 2026.06.0 ([@edenhaus] - [#173089])
598+
- Bump pySmartThings to 4.0.1 ([@joostlek] - [#173092])
599+
- Bump yoto-api to 3.1.6 ([@piitaya] - [#173104])
600+
- Bump aiostreammagic to 2.13.2 ([@noahhusby] - [#173114])
601+
- Fix process advertisement for active scans ([@elupus] - [#173116])
602+
603+
[#167831]: https://github.com/home-assistant/core/pull/167831
604+
[#172276]: https://github.com/home-assistant/core/pull/172276
605+
[#172371]: https://github.com/home-assistant/core/pull/172371
606+
[#172902]: https://github.com/home-assistant/core/pull/172902
607+
[#172903]: https://github.com/home-assistant/core/pull/172903
608+
[#172937]: https://github.com/home-assistant/core/pull/172937
609+
[#172945]: https://github.com/home-assistant/core/pull/172945
610+
[#172959]: https://github.com/home-assistant/core/pull/172959
611+
[#172962]: https://github.com/home-assistant/core/pull/172962
612+
[#172980]: https://github.com/home-assistant/core/pull/172980
613+
[#172997]: https://github.com/home-assistant/core/pull/172997
614+
[#172999]: https://github.com/home-assistant/core/pull/172999
615+
[#173007]: https://github.com/home-assistant/core/pull/173007
616+
[#173029]: https://github.com/home-assistant/core/pull/173029
617+
[#173032]: https://github.com/home-assistant/core/pull/173032
618+
[#173034]: https://github.com/home-assistant/core/pull/173034
619+
[#173045]: https://github.com/home-assistant/core/pull/173045
620+
[#173082]: https://github.com/home-assistant/core/pull/173082
621+
[#173087]: https://github.com/home-assistant/core/pull/173087
622+
[#173089]: https://github.com/home-assistant/core/pull/173089
623+
[#173092]: https://github.com/home-assistant/core/pull/173092
624+
[#173104]: https://github.com/home-assistant/core/pull/173104
625+
[#173114]: https://github.com/home-assistant/core/pull/173114
626+
[#173116]: https://github.com/home-assistant/core/pull/173116
627+
[@Stormalong]: https://github.com/Stormalong
628+
[@Thomas55555]: https://github.com/Thomas55555
629+
[@XiaoLing-git]: https://github.com/XiaoLing-git
630+
[@abmantis]: https://github.com/abmantis
631+
[@bieniu]: https://github.com/bieniu
632+
[@bk86a]: https://github.com/bk86a
633+
[@edenhaus]: https://github.com/edenhaus
634+
[@elupus]: https://github.com/elupus
635+
[@emontnemery]: https://github.com/emontnemery
636+
[@erwindouna]: https://github.com/erwindouna
637+
[@frenck]: https://github.com/frenck
638+
[@gjohansson-ST]: https://github.com/gjohansson-ST
639+
[@jbouwh]: https://github.com/jbouwh
640+
[@joostlek]: https://github.com/joostlek
641+
[@kclif9]: https://github.com/kclif9
642+
[@nikolairahimi]: https://github.com/nikolairahimi
643+
[@noahhusby]: https://github.com/noahhusby
644+
[@piitaya]: https://github.com/piitaya
645+
[@rjones-gentex]: https://github.com/rjones-gentex
646+
[@ronaldvdmeer]: https://github.com/ronaldvdmeer
647+
[@starkillerOG]: https://github.com/starkillerOG
648+
570649
## Need help? Join the community
571650

572651
Home Assistant has a great community of users who are all more than willing to help each other out. So, join us!

source/changelogs/core-2026.6.markdown

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,79 @@ For a summary in a more readable format
1010

1111
## All changes
1212

13+
## Release 2026.6.1 - June 5
14+
15+
- Fix Lyric sensor crash when next_period_time is None ([@bk86a] - [#167831])
16+
- Fix SleepIQ 401 storm by isolating client session cookies ([@Stormalong] - [#172276])
17+
- Upgrade HomeLink package, set integration type ([@rjones-gentex] - [#172371])
18+
- Bump actron-neo-api to 0.5.12 ([@kclif9] - [#172902])
19+
- Switchbot Cloud: Fixed an issue where condition filtering for enabled Webhooks was abnormal ([@XiaoLing-git] - [#172903])
20+
- Bump aioautomower to 2.7.6 ([@Thomas55555] - [#172937])
21+
- Add more Reolink diagnostic info ([@starkillerOG] - [#172945])
22+
- Fix Mitsubishi Comfort devices skipped due to unresolved local address ([@nikolairahimi] - [#172959])
23+
- Bump idasen-ha to 2.7.0 ([@abmantis] - [#172962])
24+
- Fix value template in MQTT Fan and Siren subentry setup ([@jbouwh] - [#172980])
25+
- Improve person tests ([@emontnemery] - [#172997])
26+
- Bump imgw_pib to 2.2.2 ([@bieniu] - [#172999])
27+
- Fix person in_zones propagation from scanner in home zone ([@emontnemery] - [#173007])
28+
- Bump holidays to 0.98 ([@gjohansson-ST] - [#173029])
29+
- Portainer extend timeout for disk space coordinator ([@erwindouna] - [#173032])
30+
- Convert LinkPlay configuration_url to string for device registry ([@frenck] - [#173034])
31+
- Fix Duco mode end time sensor name ([@ronaldvdmeer] - [#173045])
32+
- Unify query token auth in http views ([@edenhaus] - [#173082])
33+
- Create certificate files before trying to migrate the MQTT config entry ([@jbouwh] - [#173087])
34+
- Bump wheels to 2026.06.0 ([@edenhaus] - [#173089])
35+
- Bump pySmartThings to 4.0.1 ([@joostlek] - [#173092])
36+
- Bump yoto-api to 3.1.6 ([@piitaya] - [#173104])
37+
- Bump aiostreammagic to 2.13.2 ([@noahhusby] - [#173114])
38+
- Fix process advertisement for active scans ([@elupus] - [#173116])
39+
40+
[#167831]: https://github.com/home-assistant/core/pull/167831
41+
[#172276]: https://github.com/home-assistant/core/pull/172276
42+
[#172371]: https://github.com/home-assistant/core/pull/172371
43+
[#172902]: https://github.com/home-assistant/core/pull/172902
44+
[#172903]: https://github.com/home-assistant/core/pull/172903
45+
[#172937]: https://github.com/home-assistant/core/pull/172937
46+
[#172945]: https://github.com/home-assistant/core/pull/172945
47+
[#172959]: https://github.com/home-assistant/core/pull/172959
48+
[#172962]: https://github.com/home-assistant/core/pull/172962
49+
[#172980]: https://github.com/home-assistant/core/pull/172980
50+
[#172997]: https://github.com/home-assistant/core/pull/172997
51+
[#172999]: https://github.com/home-assistant/core/pull/172999
52+
[#173007]: https://github.com/home-assistant/core/pull/173007
53+
[#173029]: https://github.com/home-assistant/core/pull/173029
54+
[#173032]: https://github.com/home-assistant/core/pull/173032
55+
[#173034]: https://github.com/home-assistant/core/pull/173034
56+
[#173045]: https://github.com/home-assistant/core/pull/173045
57+
[#173082]: https://github.com/home-assistant/core/pull/173082
58+
[#173087]: https://github.com/home-assistant/core/pull/173087
59+
[#173089]: https://github.com/home-assistant/core/pull/173089
60+
[#173092]: https://github.com/home-assistant/core/pull/173092
61+
[#173104]: https://github.com/home-assistant/core/pull/173104
62+
[#173114]: https://github.com/home-assistant/core/pull/173114
63+
[#173116]: https://github.com/home-assistant/core/pull/173116
64+
[@Stormalong]: https://github.com/Stormalong
65+
[@Thomas55555]: https://github.com/Thomas55555
66+
[@XiaoLing-git]: https://github.com/XiaoLing-git
67+
[@abmantis]: https://github.com/abmantis
68+
[@bieniu]: https://github.com/bieniu
69+
[@bk86a]: https://github.com/bk86a
70+
[@edenhaus]: https://github.com/edenhaus
71+
[@elupus]: https://github.com/elupus
72+
[@emontnemery]: https://github.com/emontnemery
73+
[@erwindouna]: https://github.com/erwindouna
74+
[@frenck]: https://github.com/frenck
75+
[@gjohansson-ST]: https://github.com/gjohansson-ST
76+
[@jbouwh]: https://github.com/jbouwh
77+
[@joostlek]: https://github.com/joostlek
78+
[@kclif9]: https://github.com/kclif9
79+
[@nikolairahimi]: https://github.com/nikolairahimi
80+
[@noahhusby]: https://github.com/noahhusby
81+
[@piitaya]: https://github.com/piitaya
82+
[@rjones-gentex]: https://github.com/rjones-gentex
83+
[@ronaldvdmeer]: https://github.com/ronaldvdmeer
84+
[@starkillerOG]: https://github.com/starkillerOG
85+
1386
- prusalink: populate serial number and firmware version in device info ([@heikkih] - [#169309])
1487
- Fix Schlage add_code service failing when code is passed as integer ([@MohamedBarrak3] - [#168399])
1588
- Bump indevolt-api to 1.6.5 ([@Xirt] - [#169406])

0 commit comments

Comments
 (0)