Skip to content

Commit 699ed98

Browse files
authored
2024.6.3 (#33285)
1 parent bd41f2a commit 699ed98

File tree

3 files changed

+151
-2
lines changed

3 files changed

+151
-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: 2024
110110
current_minor_version: 6
111-
current_patch_version: 2
112-
date_released: 2024-06-11
111+
current_patch_version: 3
112+
date_released: 2024-06-15
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/2024-06-05-release-20246.markdown

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Enjoy the release!
6767
- [Patch releases](#patch-releases)
6868
- [2024.6.1 - June 7](#202461---june-7)
6969
- [2024.6.2 - June 11](#202462---june-11)
70+
- [2024.6.3 - June 15](#202463---june-15)
7071
- [Need help? Join the community!](#need-help-join-the-community)
7172
- [Backward-incompatible changes](#backward-incompatible-changes)
7273
- [All changes](#all-changes)
@@ -725,6 +726,80 @@ every Friday.
725726
[@tronikos]: https://github.com/tronikos
726727
[@wittypluck]: https://github.com/wittypluck
727728

729+
### 2024.6.3 - June 15
730+
731+
- Make remaining time of timers available to LLMs ([@tronikos] - [#118696])
732+
- Bump uiprotect to 0.10.1 ([@bdraco] - [#119327])
733+
- Bump uiprotect to 0.13.0 ([@bdraco] - [#119344])
734+
- Bump uiprotect to 1.0.0 ([@bdraco] - [#119415])
735+
- Fix incorrect key name in unifiprotect options strings ([@bdraco] - [#119417])
736+
- Bump buieradar to 1.0.6 ([@mjj4791] - [#119433])
737+
- Bump uiprotect to v1.0.1 ([@ep1cman] - [#119436])
738+
- Bump uiprotect to 1.1.0 ([@bdraco] - [#119449])
739+
- Add loggers to gardena bluetooth ([@elupus] - [#119460])
740+
- Revert Use integration fallback configuration for tado water heater fallback ([@erwindouna] - [#119466])
741+
- Partially revert "Add more debug logging to Ping integration" ([@jpbede] - [#119487])
742+
- Revert "Revert Use integration fallback configuration for tado water fallback" ([@ethemcemozkan] - [#119526])
743+
- Fix error for Reolink snapshot streams ([@starkillerOG] - [#119572])
744+
- Bump uiprotect to 1.2.1 ([@bdraco] - [#119620])
745+
- Fix group enabled platforms are preloaded if they have alternative states ([@jbouwh] - [#119621])
746+
- Update frontend to 20240610.1 ([@piitaya] - [#119634])
747+
- Soften unifiprotect EA channel message ([@bdraco] - [#119641])
748+
- Bump goodwe to 0.3.6 ([@mletenay] - [#119646])
749+
- Bump uiprotect to 1.4.1 ([@bdraco] - [#119653])
750+
- Bump uiprotect to 1.6.0 ([@bdraco] - [#119661])
751+
- Fix alarm default code in concord232 ([@gjohansson-ST] - [#119691])
752+
- Bump uiprotect to 1.7.1 ([@bdraco] - [#119694])
753+
- Bump uiprotect to 1.7.2 ([@bdraco] - [#119705])
754+
- Bump ZHA dependencies ([@TheJulianJES] - [#119713])
755+
- Ensure UniFi Protect EA warning is not persistent ([@frenck] - [#119730])
756+
- Ensure workday issues are not persistent ([@frenck] - [#119732])
757+
758+
[#118400]: https://github.com/home-assistant/core/pull/118400
759+
[#118696]: https://github.com/home-assistant/core/pull/118696
760+
[#119096]: https://github.com/home-assistant/core/pull/119096
761+
[#119327]: https://github.com/home-assistant/core/pull/119327
762+
[#119344]: https://github.com/home-assistant/core/pull/119344
763+
[#119376]: https://github.com/home-assistant/core/pull/119376
764+
[#119415]: https://github.com/home-assistant/core/pull/119415
765+
[#119417]: https://github.com/home-assistant/core/pull/119417
766+
[#119433]: https://github.com/home-assistant/core/pull/119433
767+
[#119436]: https://github.com/home-assistant/core/pull/119436
768+
[#119449]: https://github.com/home-assistant/core/pull/119449
769+
[#119460]: https://github.com/home-assistant/core/pull/119460
770+
[#119466]: https://github.com/home-assistant/core/pull/119466
771+
[#119487]: https://github.com/home-assistant/core/pull/119487
772+
[#119526]: https://github.com/home-assistant/core/pull/119526
773+
[#119572]: https://github.com/home-assistant/core/pull/119572
774+
[#119620]: https://github.com/home-assistant/core/pull/119620
775+
[#119621]: https://github.com/home-assistant/core/pull/119621
776+
[#119634]: https://github.com/home-assistant/core/pull/119634
777+
[#119641]: https://github.com/home-assistant/core/pull/119641
778+
[#119646]: https://github.com/home-assistant/core/pull/119646
779+
[#119653]: https://github.com/home-assistant/core/pull/119653
780+
[#119661]: https://github.com/home-assistant/core/pull/119661
781+
[#119691]: https://github.com/home-assistant/core/pull/119691
782+
[#119694]: https://github.com/home-assistant/core/pull/119694
783+
[#119705]: https://github.com/home-assistant/core/pull/119705
784+
[#119713]: https://github.com/home-assistant/core/pull/119713
785+
[#119730]: https://github.com/home-assistant/core/pull/119730
786+
[#119732]: https://github.com/home-assistant/core/pull/119732
787+
[@TheJulianJES]: https://github.com/TheJulianJES
788+
[@bdraco]: https://github.com/bdraco
789+
[@elupus]: https://github.com/elupus
790+
[@ep1cman]: https://github.com/ep1cman
791+
[@erwindouna]: https://github.com/erwindouna
792+
[@ethemcemozkan]: https://github.com/ethemcemozkan
793+
[@frenck]: https://github.com/frenck
794+
[@gjohansson-ST]: https://github.com/gjohansson-ST
795+
[@jbouwh]: https://github.com/jbouwh
796+
[@jpbede]: https://github.com/jpbede
797+
[@mjj4791]: https://github.com/mjj4791
798+
[@mletenay]: https://github.com/mletenay
799+
[@piitaya]: https://github.com/piitaya
800+
[@starkillerOG]: https://github.com/starkillerOG
801+
[@tronikos]: https://github.com/tronikos
802+
728803
## Need help? Join the community!
729804

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

source/changelogs/core-2024.6.markdown

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,80 @@ For a summary in a more readable format:
13471347
[@tronikos]: https://github.com/tronikos
13481348
[@wittypluck]: https://github.com/wittypluck
13491349

1350+
## Release 2024.6.3 - June 15
1351+
1352+
- Make remaining time of timers available to LLMs ([@tronikos] - [#118696])
1353+
- Bump uiprotect to 0.10.1 ([@bdraco] - [#119327])
1354+
- Bump uiprotect to 0.13.0 ([@bdraco] - [#119344])
1355+
- Bump uiprotect to 1.0.0 ([@bdraco] - [#119415])
1356+
- Fix incorrect key name in unifiprotect options strings ([@bdraco] - [#119417])
1357+
- Bump buieradar to 1.0.6 ([@mjj4791] - [#119433])
1358+
- Bump uiprotect to v1.0.1 ([@ep1cman] - [#119436])
1359+
- Bump uiprotect to 1.1.0 ([@bdraco] - [#119449])
1360+
- Add loggers to gardena bluetooth ([@elupus] - [#119460])
1361+
- Revert Use integration fallback configuration for tado water heater fallback ([@erwindouna] - [#119466])
1362+
- Partially revert "Add more debug logging to Ping integration" ([@jpbede] - [#119487])
1363+
- Revert "Revert Use integration fallback configuration for tado water fallback" ([@ethemcemozkan] - [#119526])
1364+
- Fix error for Reolink snapshot streams ([@starkillerOG] - [#119572])
1365+
- Bump uiprotect to 1.2.1 ([@bdraco] - [#119620])
1366+
- Fix group enabled platforms are preloaded if they have alternative states ([@jbouwh] - [#119621])
1367+
- Update frontend to 20240610.1 ([@piitaya] - [#119634])
1368+
- Soften unifiprotect EA channel message ([@bdraco] - [#119641])
1369+
- Bump goodwe to 0.3.6 ([@mletenay] - [#119646])
1370+
- Bump uiprotect to 1.4.1 ([@bdraco] - [#119653])
1371+
- Bump uiprotect to 1.6.0 ([@bdraco] - [#119661])
1372+
- Fix alarm default code in concord232 ([@gjohansson-ST] - [#119691])
1373+
- Bump uiprotect to 1.7.1 ([@bdraco] - [#119694])
1374+
- Bump uiprotect to 1.7.2 ([@bdraco] - [#119705])
1375+
- Bump ZHA dependencies ([@TheJulianJES] - [#119713])
1376+
- Ensure UniFi Protect EA warning is not persistent ([@frenck] - [#119730])
1377+
- Ensure workday issues are not persistent ([@frenck] - [#119732])
1378+
1379+
[#118400]: https://github.com/home-assistant/core/pull/118400
1380+
[#118696]: https://github.com/home-assistant/core/pull/118696
1381+
[#119096]: https://github.com/home-assistant/core/pull/119096
1382+
[#119327]: https://github.com/home-assistant/core/pull/119327
1383+
[#119344]: https://github.com/home-assistant/core/pull/119344
1384+
[#119376]: https://github.com/home-assistant/core/pull/119376
1385+
[#119415]: https://github.com/home-assistant/core/pull/119415
1386+
[#119417]: https://github.com/home-assistant/core/pull/119417
1387+
[#119433]: https://github.com/home-assistant/core/pull/119433
1388+
[#119436]: https://github.com/home-assistant/core/pull/119436
1389+
[#119449]: https://github.com/home-assistant/core/pull/119449
1390+
[#119460]: https://github.com/home-assistant/core/pull/119460
1391+
[#119466]: https://github.com/home-assistant/core/pull/119466
1392+
[#119487]: https://github.com/home-assistant/core/pull/119487
1393+
[#119526]: https://github.com/home-assistant/core/pull/119526
1394+
[#119572]: https://github.com/home-assistant/core/pull/119572
1395+
[#119620]: https://github.com/home-assistant/core/pull/119620
1396+
[#119621]: https://github.com/home-assistant/core/pull/119621
1397+
[#119634]: https://github.com/home-assistant/core/pull/119634
1398+
[#119641]: https://github.com/home-assistant/core/pull/119641
1399+
[#119646]: https://github.com/home-assistant/core/pull/119646
1400+
[#119653]: https://github.com/home-assistant/core/pull/119653
1401+
[#119661]: https://github.com/home-assistant/core/pull/119661
1402+
[#119691]: https://github.com/home-assistant/core/pull/119691
1403+
[#119694]: https://github.com/home-assistant/core/pull/119694
1404+
[#119705]: https://github.com/home-assistant/core/pull/119705
1405+
[#119713]: https://github.com/home-assistant/core/pull/119713
1406+
[#119730]: https://github.com/home-assistant/core/pull/119730
1407+
[#119732]: https://github.com/home-assistant/core/pull/119732
1408+
[@TheJulianJES]: https://github.com/TheJulianJES
1409+
[@bdraco]: https://github.com/bdraco
1410+
[@elupus]: https://github.com/elupus
1411+
[@ep1cman]: https://github.com/ep1cman
1412+
[@erwindouna]: https://github.com/erwindouna
1413+
[@ethemcemozkan]: https://github.com/ethemcemozkan
1414+
[@frenck]: https://github.com/frenck
1415+
[@gjohansson-ST]: https://github.com/gjohansson-ST
1416+
[@jbouwh]: https://github.com/jbouwh
1417+
[@jpbede]: https://github.com/jpbede
1418+
[@mjj4791]: https://github.com/mjj4791
1419+
[@mletenay]: https://github.com/mletenay
1420+
[@piitaya]: https://github.com/piitaya
1421+
[@starkillerOG]: https://github.com/starkillerOG
1422+
[@tronikos]: https://github.com/tronikos
1423+
13501424
[#101731]: https://github.com/home-assistant/core/pull/101731
13511425
[#101786]: https://github.com/home-assistant/core/pull/101786
13521426
[#103844]: https://github.com/home-assistant/core/pull/103844

0 commit comments

Comments
 (0)