@@ -54,6 +54,7 @@ Anyway, I will not hold you any longer. Enjoy the release!
54
54
- [ Release 2024.5.2 - May 6] ( #release-202452---may-6 )
55
55
- [ Release 2024.5.3 - May 10] ( #release-202453---may-10 )
56
56
- [ Release 2024.5.4 - May 17] ( #release-202454---may-17 )
57
+ - [ Release 2024.5.5 - May 24] ( #release-202455---may-24 )
57
58
- [ Need help? Join the community!] ( #need-help-join-the-community )
58
59
- [ Backward-incompatible changes] ( #backward-incompatible-changes )
59
60
- [ Farewell to the following] ( #farewell-to-the-following )
@@ -552,6 +553,74 @@ The following {% term integrations %} are now available via the Home Assistant U
552
553
[ @tronikos ] : https://github.com/tronikos
553
554
[ @wujiaqi ] : https://github.com/wujiaqi
554
555
556
+ ## Release 2024.5.5 - May 24
557
+
558
+ - Fix Sonos album artwork performance ([ @PeteRager ] - [ #116391 ] )
559
+ - Filter out HTML greater/less than entities from huawei_lte sensor values ([ @scop ] - [ #117209 ] )
560
+ - Add options-property to Plugwise Select ([ @bouwew ] - [ #117655 ] )
561
+ - Fix setting MQTT socket buffer size with WebsocketWrapper ([ @bdraco ] - [ #117672 ] )
562
+ - Bump pyrisco to 0.6.2 ([ @OnFreund ] - [ #117682 ] )
563
+ - Consider only active config entries as media source in Synology DSM ([ @mib1185 ] - [ #117691 ] )
564
+ - Bump aranet4 to 2.3.4 ([ @Anrijs ] - [ #117738 ] )
565
+ - Bump crownstone-sse to 2.0.5, crownstone-cloud to 1.4.11 ([ @RicArch97 ] - [ #117748 ] )
566
+ - Block older versions of custom integration mydolphin_plus since they cause crashes ([ @bdraco ] - [ #117751 ] )
567
+ - Fix race in config entry setup ([ @bdraco ] - [ #117756 ] )
568
+ - Update wled to 0.18.0 ([ @frenck ] - [ #117790 ] )
569
+ - Account for disabled ZHA discovery config entries when migrating SkyConnect integration ([ @puddly ] - [ #117800 ] )
570
+ - Tesla Wall Connector fix spelling error/typo ([ @bajansen ] - [ #117841 ] )
571
+ - Prevent time pattern reschedule if cancelled during job execution ([ @swoga ] - [ #117879 ] )
572
+ - Update philips_js to 3.2.1 ([ @elupus ] - [ #117881 ] )
573
+ - Bump pyrympro to 0.0.8 ([ @OnFreund ] - [ #117919 ] )
574
+ - Add Shelly debug logging for async_reconnect_soon ([ @thecode ] - [ #117945 ] )
575
+ - Update pySwitchbot to 0.46.0 to fix lock key retrieval ([ @bdraco ] - [ #118005 ] )
576
+ - Improve async_get_issue_tracker for custom integrations ([ @emontnemery ] - [ #118016 ] )
577
+ - Bump pySwitchbot to 0.46.1 ([ @bdraco ] - [ #118025 ] )
578
+ - Extend the blocklist for Matter transitions with more models ([ @marcelveldt ] - [ #118038 ] )
579
+
580
+ [ #116391 ] : https://github.com/home-assistant/core/pull/116391
581
+ [ #116538 ] : https://github.com/home-assistant/core/pull/116538
582
+ [ #116696 ] : https://github.com/home-assistant/core/pull/116696
583
+ [ #116937 ] : https://github.com/home-assistant/core/pull/116937
584
+ [ #117203 ] : https://github.com/home-assistant/core/pull/117203
585
+ [ #117209 ] : https://github.com/home-assistant/core/pull/117209
586
+ [ #117631 ] : https://github.com/home-assistant/core/pull/117631
587
+ [ #117655 ] : https://github.com/home-assistant/core/pull/117655
588
+ [ #117672 ] : https://github.com/home-assistant/core/pull/117672
589
+ [ #117682 ] : https://github.com/home-assistant/core/pull/117682
590
+ [ #117691 ] : https://github.com/home-assistant/core/pull/117691
591
+ [ #117738 ] : https://github.com/home-assistant/core/pull/117738
592
+ [ #117748 ] : https://github.com/home-assistant/core/pull/117748
593
+ [ #117751 ] : https://github.com/home-assistant/core/pull/117751
594
+ [ #117756 ] : https://github.com/home-assistant/core/pull/117756
595
+ [ #117790 ] : https://github.com/home-assistant/core/pull/117790
596
+ [ #117800 ] : https://github.com/home-assistant/core/pull/117800
597
+ [ #117841 ] : https://github.com/home-assistant/core/pull/117841
598
+ [ #117879 ] : https://github.com/home-assistant/core/pull/117879
599
+ [ #117881 ] : https://github.com/home-assistant/core/pull/117881
600
+ [ #117919 ] : https://github.com/home-assistant/core/pull/117919
601
+ [ #117945 ] : https://github.com/home-assistant/core/pull/117945
602
+ [ #118005 ] : https://github.com/home-assistant/core/pull/118005
603
+ [ #118016 ] : https://github.com/home-assistant/core/pull/118016
604
+ [ #118025 ] : https://github.com/home-assistant/core/pull/118025
605
+ [ #118038 ] : https://github.com/home-assistant/core/pull/118038
606
+ [ @Anrijs ] : https://github.com/Anrijs
607
+ [ @OnFreund ] : https://github.com/OnFreund
608
+ [ @PeteRager ] : https://github.com/PeteRager
609
+ [ @RicArch97 ] : https://github.com/RicArch97
610
+ [ @bajansen ] : https://github.com/bajansen
611
+ [ @balloob ] : https://github.com/balloob
612
+ [ @bdraco ] : https://github.com/bdraco
613
+ [ @bouwew ] : https://github.com/bouwew
614
+ [ @elupus ] : https://github.com/elupus
615
+ [ @emontnemery ] : https://github.com/emontnemery
616
+ [ @frenck ] : https://github.com/frenck
617
+ [ @marcelveldt ] : https://github.com/marcelveldt
618
+ [ @mib1185 ] : https://github.com/mib1185
619
+ [ @puddly ] : https://github.com/puddly
620
+ [ @scop ] : https://github.com/scop
621
+ [ @swoga ] : https://github.com/swoga
622
+ [ @thecode ] : https://github.com/thecode
623
+
555
624
## Need help? Join the community!
556
625
557
626
Home Assistant has a great community of users who are all more than willing
0 commit comments