@@ -67,6 +67,7 @@ Enjoy the release!
67
67
- [ Patch releases] ( #patch-releases )
68
68
- [ 2024.6.1 - June 7] ( #202461---june-7 )
69
69
- [ 2024.6.2 - June 11] ( #202462---june-11 )
70
+ - [ 2024.6.3 - June 15] ( #202463---june-15 )
70
71
- [ Need help? Join the community!] ( #need-help-join-the-community )
71
72
- [ Backward-incompatible changes] ( #backward-incompatible-changes )
72
73
- [ All changes] ( #all-changes )
@@ -725,6 +726,80 @@ every Friday.
725
726
[@tronikos] : https://github.com/tronikos
726
727
[@wittypluck] : https://github.com/wittypluck
727
728
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
+
728
803
# # Need help? Join the community!
729
804
730
805
Home Assistant has a great community of users who are all more than willing
0 commit comments