Skip to content

Commit edc84ca

Browse files
committed
2024.5.5
1 parent 2e07ac7 commit edc84ca

File tree

3 files changed

+139
-2
lines changed

3 files changed

+139
-2
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ social:
110110
# Home Assistant release details
111111
current_major_version: 2024
112112
current_minor_version: 5
113-
current_patch_version: 4
114-
date_released: 2024-05-17
113+
current_patch_version: 5
114+
date_released: 2024-05-24
115115

116116
# Either # or the anchor link to latest release notes in the blog post.
117117
# Must be prefixed with a # and have double quotes around it.

source/_posts/2024-05-01-release-20245.markdown

+69
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Anyway, I will not hold you any longer. Enjoy the release!
5454
- [Release 2024.5.2 - May 6](#release-202452---may-6)
5555
- [Release 2024.5.3 - May 10](#release-202453---may-10)
5656
- [Release 2024.5.4 - May 17](#release-202454---may-17)
57+
- [Release 2024.5.5 - May 24](#release-202455---may-24)
5758
- [Need help? Join the community!](#need-help-join-the-community)
5859
- [Backward-incompatible changes](#backward-incompatible-changes)
5960
- [Farewell to the following](#farewell-to-the-following)
@@ -552,6 +553,74 @@ The following {% term integrations %} are now available via the Home Assistant U
552553
[@tronikos]: https://github.com/tronikos
553554
[@wujiaqi]: https://github.com/wujiaqi
554555

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+
555624
## Need help? Join the community!
556625

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

source/changelogs/core-2024.5.markdown

+68
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,74 @@ For a summary in a more readable format:
10421042
[@tronikos]: https://github.com/tronikos
10431043
[@wujiaqi]: https://github.com/wujiaqi
10441044

1045+
## Release 2024.5.5 - May 24
1046+
1047+
- Fix Sonos album artwork performance ([@PeteRager] - [#116391])
1048+
- Filter out HTML greater/less than entities from huawei_lte sensor values ([@scop] - [#117209])
1049+
- Add options-property to Plugwise Select ([@bouwew] - [#117655])
1050+
- Fix setting MQTT socket buffer size with WebsocketWrapper ([@bdraco] - [#117672])
1051+
- Bump pyrisco to 0.6.2 ([@OnFreund] - [#117682])
1052+
- Consider only active config entries as media source in Synology DSM ([@mib1185] - [#117691])
1053+
- Bump aranet4 to 2.3.4 ([@Anrijs] - [#117738])
1054+
- Bump crownstone-sse to 2.0.5, crownstone-cloud to 1.4.11 ([@RicArch97] - [#117748])
1055+
- Block older versions of custom integration mydolphin_plus since they cause crashes ([@bdraco] - [#117751])
1056+
- Fix race in config entry setup ([@bdraco] - [#117756])
1057+
- Update wled to 0.18.0 ([@frenck] - [#117790])
1058+
- Account for disabled ZHA discovery config entries when migrating SkyConnect integration ([@puddly] - [#117800])
1059+
- Tesla Wall Connector fix spelling error/typo ([@bajansen] - [#117841])
1060+
- Prevent time pattern reschedule if cancelled during job execution ([@swoga] - [#117879])
1061+
- Update philips_js to 3.2.1 ([@elupus] - [#117881])
1062+
- Bump pyrympro to 0.0.8 ([@OnFreund] - [#117919])
1063+
- Add Shelly debug logging for async_reconnect_soon ([@thecode] - [#117945])
1064+
- Update pySwitchbot to 0.46.0 to fix lock key retrieval ([@bdraco] - [#118005])
1065+
- Improve async_get_issue_tracker for custom integrations ([@emontnemery] - [#118016])
1066+
- Bump pySwitchbot to 0.46.1 ([@bdraco] - [#118025])
1067+
- Extend the blocklist for Matter transitions with more models ([@marcelveldt] - [#118038])
1068+
1069+
[#116391]: https://github.com/home-assistant/core/pull/116391
1070+
[#116538]: https://github.com/home-assistant/core/pull/116538
1071+
[#116696]: https://github.com/home-assistant/core/pull/116696
1072+
[#116937]: https://github.com/home-assistant/core/pull/116937
1073+
[#117203]: https://github.com/home-assistant/core/pull/117203
1074+
[#117209]: https://github.com/home-assistant/core/pull/117209
1075+
[#117631]: https://github.com/home-assistant/core/pull/117631
1076+
[#117655]: https://github.com/home-assistant/core/pull/117655
1077+
[#117672]: https://github.com/home-assistant/core/pull/117672
1078+
[#117682]: https://github.com/home-assistant/core/pull/117682
1079+
[#117691]: https://github.com/home-assistant/core/pull/117691
1080+
[#117738]: https://github.com/home-assistant/core/pull/117738
1081+
[#117748]: https://github.com/home-assistant/core/pull/117748
1082+
[#117751]: https://github.com/home-assistant/core/pull/117751
1083+
[#117756]: https://github.com/home-assistant/core/pull/117756
1084+
[#117790]: https://github.com/home-assistant/core/pull/117790
1085+
[#117800]: https://github.com/home-assistant/core/pull/117800
1086+
[#117841]: https://github.com/home-assistant/core/pull/117841
1087+
[#117879]: https://github.com/home-assistant/core/pull/117879
1088+
[#117881]: https://github.com/home-assistant/core/pull/117881
1089+
[#117919]: https://github.com/home-assistant/core/pull/117919
1090+
[#117945]: https://github.com/home-assistant/core/pull/117945
1091+
[#118005]: https://github.com/home-assistant/core/pull/118005
1092+
[#118016]: https://github.com/home-assistant/core/pull/118016
1093+
[#118025]: https://github.com/home-assistant/core/pull/118025
1094+
[#118038]: https://github.com/home-assistant/core/pull/118038
1095+
[@Anrijs]: https://github.com/Anrijs
1096+
[@OnFreund]: https://github.com/OnFreund
1097+
[@PeteRager]: https://github.com/PeteRager
1098+
[@RicArch97]: https://github.com/RicArch97
1099+
[@bajansen]: https://github.com/bajansen
1100+
[@balloob]: https://github.com/balloob
1101+
[@bdraco]: https://github.com/bdraco
1102+
[@bouwew]: https://github.com/bouwew
1103+
[@elupus]: https://github.com/elupus
1104+
[@emontnemery]: https://github.com/emontnemery
1105+
[@frenck]: https://github.com/frenck
1106+
[@marcelveldt]: https://github.com/marcelveldt
1107+
[@mib1185]: https://github.com/mib1185
1108+
[@puddly]: https://github.com/puddly
1109+
[@scop]: https://github.com/scop
1110+
[@swoga]: https://github.com/swoga
1111+
[@thecode]: https://github.com/thecode
1112+
10451113
[#100780]: https://github.com/home-assistant/core/pull/100780
10461114
[#102424]: https://github.com/home-assistant/core/pull/102424
10471115
[#104343]: https://github.com/home-assistant/core/pull/104343

0 commit comments

Comments
 (0)