Skip to content

Commit 28a0606

Browse files
authored
1 parent 9777289 commit 28a0606

3 files changed

Lines changed: 169 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
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: 1
113-
current_patch_version: 3
114-
date_released: 2024-01-12
113+
current_patch_version: 4
114+
date_released: 2024-01-19
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-01-03-release-20241.markdown

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Enjoy the release!
5454
- [Release 2024.1.1 - January 5](#release-202411---january-5)
5555
- [Release 2024.1.2 - January 6](#release-202412---january-6)
5656
- [Release 2024.1.3 - January 12](#release-202413---january-12)
57+
- [Release 2024.1.4 - January 19](#release-202414---january-19)
5758
- [Need help? Join the community!](#need-help-join-the-community)
5859
- [Backward-incompatible changes](#backward-incompatible-changes)
5960
- [All changes](#all-changes)
@@ -623,6 +624,89 @@ The following integrations are now available via the Home Assistant UI:
623624
[@vexofp]: https://github.com/vexofp
624625
[@zxdavb]: https://github.com/zxdavb
625626

627+
## Release 2024.1.4 - January 19
628+
629+
- Fix MatrixBot not resolving room aliases per-command ([@PaarthShah] - [#106347])
630+
- Bump Pyenphase to 1.16.0 ([@catsmanac] - [#107719])
631+
- Fix loading empty yaml files with include_dir_named ([@pedrolamas] - [#107853])
632+
- Bump openwebifpy to 4.2.1 ([@autinerd] - [#107894])
633+
- Bump aiohomekit to 3.1.3 ([@bdraco] - [#107929])
634+
- Skip disk types in System Monitor ([@gjohansson-ST] - [#107943])
635+
- Fix duplicate unique id in System Monitor (again) ([@gjohansson-ST] - [#107947])
636+
- Bump pyenphase to 1.17.0 ([@catsmanac] - [#107950])
637+
- Update sleep period for Shelly devices with buggy fw ([@chemelli74] - [#107961])
638+
- Reload ZHA only a single time when the connection is lost multiple times ([@puddly] - [#107963])
639+
- Don't load entities for docker virtual ethernet interfaces in System Monitor ([@gjohansson-ST] - [#107966])
640+
- Improve coordinator logic in Tessie to allow sleep ([@Bre77] - [#107988])
641+
- Fix Shelly Gen1 entity description restore ([@thecode] - [#108052])
642+
- Fix malformed user input error on MJPEG config flow ([@codyc1515] - [#108058])
643+
- Fix turning on the light with a specific color ([@marcelveldt] - [#108080])
644+
- Bump Jinja2 to 3.1.3 ([@edenhaus] - [#108082])
645+
- Use compat for supported features in media player ([@joostlek] - [#108102])
646+
- Speed up ZHA initialization and improve startup responsiveness ([@puddly] - [#108103])
647+
- Bump `aioridwell` to 2024.01.0 ([@bachya] - [#108126])
648+
- Bump flipr-api to 1.5.1 ([@cnico] - [#108130])
649+
- Send target temp to Shelly TRV in F when needed ([@jra3] - [#108188])
650+
- Use cache update for WIFI blinds ([@starkillerOG] - [#108224])
651+
- Bump reolink_aio to 0.8.7 ([@starkillerOG] - [#108248])
652+
- Bump PyTado to 0.17.4 ([@erwindouna] - [#108255])
653+
- Bump aiounifi to v69 to improve websocket logging ([@Kane610] - [#108265])
654+
- Bump ZHA dependency zigpy to 0.60.6 ([@puddly] - [#108266])
655+
656+
[#106347]: https://github.com/home-assistant/core/pull/106347
657+
[#106970]: https://github.com/home-assistant/core/pull/106970
658+
[#107239]: https://github.com/home-assistant/core/pull/107239
659+
[#107365]: https://github.com/home-assistant/core/pull/107365
660+
[#107719]: https://github.com/home-assistant/core/pull/107719
661+
[#107853]: https://github.com/home-assistant/core/pull/107853
662+
[#107883]: https://github.com/home-assistant/core/pull/107883
663+
[#107894]: https://github.com/home-assistant/core/pull/107894
664+
[#107929]: https://github.com/home-assistant/core/pull/107929
665+
[#107943]: https://github.com/home-assistant/core/pull/107943
666+
[#107947]: https://github.com/home-assistant/core/pull/107947
667+
[#107950]: https://github.com/home-assistant/core/pull/107950
668+
[#107961]: https://github.com/home-assistant/core/pull/107961
669+
[#107963]: https://github.com/home-assistant/core/pull/107963
670+
[#107966]: https://github.com/home-assistant/core/pull/107966
671+
[#107988]: https://github.com/home-assistant/core/pull/107988
672+
[#108052]: https://github.com/home-assistant/core/pull/108052
673+
[#108058]: https://github.com/home-assistant/core/pull/108058
674+
[#108080]: https://github.com/home-assistant/core/pull/108080
675+
[#108082]: https://github.com/home-assistant/core/pull/108082
676+
[#108102]: https://github.com/home-assistant/core/pull/108102
677+
[#108103]: https://github.com/home-assistant/core/pull/108103
678+
[#108126]: https://github.com/home-assistant/core/pull/108126
679+
[#108130]: https://github.com/home-assistant/core/pull/108130
680+
[#108134]: https://github.com/home-assistant/core/pull/108134
681+
[#108188]: https://github.com/home-assistant/core/pull/108188
682+
[#108224]: https://github.com/home-assistant/core/pull/108224
683+
[#108248]: https://github.com/home-assistant/core/pull/108248
684+
[#108255]: https://github.com/home-assistant/core/pull/108255
685+
[#108265]: https://github.com/home-assistant/core/pull/108265
686+
[#108266]: https://github.com/home-assistant/core/pull/108266
687+
[@Bre77]: https://github.com/Bre77
688+
[@Kane610]: https://github.com/Kane610
689+
[@PaarthShah]: https://github.com/PaarthShah
690+
[@allenporter]: https://github.com/allenporter
691+
[@autinerd]: https://github.com/autinerd
692+
[@bachya]: https://github.com/bachya
693+
[@bdraco]: https://github.com/bdraco
694+
[@catsmanac]: https://github.com/catsmanac
695+
[@chemelli74]: https://github.com/chemelli74
696+
[@cnico]: https://github.com/cnico
697+
[@codyc1515]: https://github.com/codyc1515
698+
[@edenhaus]: https://github.com/edenhaus
699+
[@erwindouna]: https://github.com/erwindouna
700+
[@frenck]: https://github.com/frenck
701+
[@gjohansson-ST]: https://github.com/gjohansson-ST
702+
[@joostlek]: https://github.com/joostlek
703+
[@jra3]: https://github.com/jra3
704+
[@marcelveldt]: https://github.com/marcelveldt
705+
[@pedrolamas]: https://github.com/pedrolamas
706+
[@puddly]: https://github.com/puddly
707+
[@starkillerOG]: https://github.com/starkillerOG
708+
[@thecode]: https://github.com/thecode
709+
626710
## Need help? Join the community!
627711

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

source/changelogs/core-2024.1.markdown

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,89 @@ For a summary in a more readable format:
958958
[@vexofp]: https://github.com/vexofp
959959
[@zxdavb]: https://github.com/zxdavb
960960

961+
## Release 2024.1.4 - January 19
962+
963+
- Fix MatrixBot not resolving room aliases per-command ([@PaarthShah] - [#106347])
964+
- Bump Pyenphase to 1.16.0 ([@catsmanac] - [#107719])
965+
- Fix loading empty yaml files with include_dir_named ([@pedrolamas] - [#107853])
966+
- Bump openwebifpy to 4.2.1 ([@autinerd] - [#107894])
967+
- Bump aiohomekit to 3.1.3 ([@bdraco] - [#107929])
968+
- Skip disk types in System Monitor ([@gjohansson-ST] - [#107943])
969+
- Fix duplicate unique id in System Monitor (again) ([@gjohansson-ST] - [#107947])
970+
- Bump pyenphase to 1.17.0 ([@catsmanac] - [#107950])
971+
- Update sleep period for Shelly devices with buggy fw ([@chemelli74] - [#107961])
972+
- Reload ZHA only a single time when the connection is lost multiple times ([@puddly] - [#107963])
973+
- Don't load entities for docker virtual ethernet interfaces in System Monitor ([@gjohansson-ST] - [#107966])
974+
- Improve coordinator logic in Tessie to allow sleep ([@Bre77] - [#107988])
975+
- Fix Shelly Gen1 entity description restore ([@thecode] - [#108052])
976+
- Fix malformed user input error on MJPEG config flow ([@codyc1515] - [#108058])
977+
- Fix turning on the light with a specific color ([@marcelveldt] - [#108080])
978+
- Bump Jinja2 to 3.1.3 ([@edenhaus] - [#108082])
979+
- Use compat for supported features in media player ([@joostlek] - [#108102])
980+
- Speed up ZHA initialization and improve startup responsiveness ([@puddly] - [#108103])
981+
- Bump `aioridwell` to 2024.01.0 ([@bachya] - [#108126])
982+
- Bump flipr-api to 1.5.1 ([@cnico] - [#108130])
983+
- Send target temp to Shelly TRV in F when needed ([@jra3] - [#108188])
984+
- Use cache update for WIFI blinds ([@starkillerOG] - [#108224])
985+
- Bump reolink_aio to 0.8.7 ([@starkillerOG] - [#108248])
986+
- Bump PyTado to 0.17.4 ([@erwindouna] - [#108255])
987+
- Bump aiounifi to v69 to improve websocket logging ([@Kane610] - [#108265])
988+
- Bump ZHA dependency zigpy to 0.60.6 ([@puddly] - [#108266])
989+
990+
[#106347]: https://github.com/home-assistant/core/pull/106347
991+
[#106970]: https://github.com/home-assistant/core/pull/106970
992+
[#107239]: https://github.com/home-assistant/core/pull/107239
993+
[#107365]: https://github.com/home-assistant/core/pull/107365
994+
[#107719]: https://github.com/home-assistant/core/pull/107719
995+
[#107853]: https://github.com/home-assistant/core/pull/107853
996+
[#107883]: https://github.com/home-assistant/core/pull/107883
997+
[#107894]: https://github.com/home-assistant/core/pull/107894
998+
[#107929]: https://github.com/home-assistant/core/pull/107929
999+
[#107943]: https://github.com/home-assistant/core/pull/107943
1000+
[#107947]: https://github.com/home-assistant/core/pull/107947
1001+
[#107950]: https://github.com/home-assistant/core/pull/107950
1002+
[#107961]: https://github.com/home-assistant/core/pull/107961
1003+
[#107963]: https://github.com/home-assistant/core/pull/107963
1004+
[#107966]: https://github.com/home-assistant/core/pull/107966
1005+
[#107988]: https://github.com/home-assistant/core/pull/107988
1006+
[#108052]: https://github.com/home-assistant/core/pull/108052
1007+
[#108058]: https://github.com/home-assistant/core/pull/108058
1008+
[#108080]: https://github.com/home-assistant/core/pull/108080
1009+
[#108082]: https://github.com/home-assistant/core/pull/108082
1010+
[#108102]: https://github.com/home-assistant/core/pull/108102
1011+
[#108103]: https://github.com/home-assistant/core/pull/108103
1012+
[#108126]: https://github.com/home-assistant/core/pull/108126
1013+
[#108130]: https://github.com/home-assistant/core/pull/108130
1014+
[#108134]: https://github.com/home-assistant/core/pull/108134
1015+
[#108188]: https://github.com/home-assistant/core/pull/108188
1016+
[#108224]: https://github.com/home-assistant/core/pull/108224
1017+
[#108248]: https://github.com/home-assistant/core/pull/108248
1018+
[#108255]: https://github.com/home-assistant/core/pull/108255
1019+
[#108265]: https://github.com/home-assistant/core/pull/108265
1020+
[#108266]: https://github.com/home-assistant/core/pull/108266
1021+
[@Bre77]: https://github.com/Bre77
1022+
[@Kane610]: https://github.com/Kane610
1023+
[@PaarthShah]: https://github.com/PaarthShah
1024+
[@allenporter]: https://github.com/allenporter
1025+
[@autinerd]: https://github.com/autinerd
1026+
[@bachya]: https://github.com/bachya
1027+
[@bdraco]: https://github.com/bdraco
1028+
[@catsmanac]: https://github.com/catsmanac
1029+
[@chemelli74]: https://github.com/chemelli74
1030+
[@cnico]: https://github.com/cnico
1031+
[@codyc1515]: https://github.com/codyc1515
1032+
[@edenhaus]: https://github.com/edenhaus
1033+
[@erwindouna]: https://github.com/erwindouna
1034+
[@frenck]: https://github.com/frenck
1035+
[@gjohansson-ST]: https://github.com/gjohansson-ST
1036+
[@joostlek]: https://github.com/joostlek
1037+
[@jra3]: https://github.com/jra3
1038+
[@marcelveldt]: https://github.com/marcelveldt
1039+
[@pedrolamas]: https://github.com/pedrolamas
1040+
[@puddly]: https://github.com/puddly
1041+
[@starkillerOG]: https://github.com/starkillerOG
1042+
[@thecode]: https://github.com/thecode
1043+
9611044
[#100573]: https://github.com/home-assistant/core/pull/100573
9621045
[#100601]: https://github.com/home-assistant/core/pull/100601
9631046
[#101102]: https://github.com/home-assistant/core/pull/101102

0 commit comments

Comments
 (0)