@@ -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
628712Home Assistant has a great community of users who are all more than willing
0 commit comments