mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
2023.12.2 (#30315)
This commit is contained in:
parent
0269528876
commit
7a605ff4be
@ -110,8 +110,8 @@ social:
|
|||||||
# Home Assistant release details
|
# Home Assistant release details
|
||||||
current_major_version: 2023
|
current_major_version: 2023
|
||||||
current_minor_version: 12
|
current_minor_version: 12
|
||||||
current_patch_version: 1
|
current_patch_version: 2
|
||||||
date_released: 2023-12-08
|
date_released: 2023-12-13
|
||||||
|
|
||||||
# Either # or the anchor link to latest release notes in the blog post.
|
# Either # or the anchor link to latest release notes in the blog post.
|
||||||
# Must be prefixed with a # and have double quotes around it.
|
# Must be prefixed with a # and have double quotes around it.
|
||||||
|
@ -55,6 +55,7 @@ Happy holidays & enjoy the release!
|
|||||||
- [New integrations](#new-integrations)
|
- [New integrations](#new-integrations)
|
||||||
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
|
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
|
||||||
- [Release 2023.12.1 - December 8](#release-2023121---december-8)
|
- [Release 2023.12.1 - December 8](#release-2023121---december-8)
|
||||||
|
- [Release 2023.12.2 - December 13](#release-2023122---december-13)
|
||||||
- [Need help? Join the community!](#need-help-join-the-community)
|
- [Need help? Join the community!](#need-help-join-the-community)
|
||||||
- [Backward-incompatible changes](#backward-incompatible-changes)
|
- [Backward-incompatible changes](#backward-incompatible-changes)
|
||||||
- [Farewell to the following](#farewell-to-the-following)
|
- [Farewell to the following](#farewell-to-the-following)
|
||||||
@ -410,6 +411,87 @@ The following integrations are now available via the Home Assistant UI:
|
|||||||
[@synesthesiam]: https://github.com/synesthesiam
|
[@synesthesiam]: https://github.com/synesthesiam
|
||||||
[@tjhorner]: https://github.com/tjhorner
|
[@tjhorner]: https://github.com/tjhorner
|
||||||
|
|
||||||
|
## Release 2023.12.2 - December 13
|
||||||
|
|
||||||
|
- Fix Lyric LCC thermostats auto mode ([@apt-itude] - [#104853])
|
||||||
|
- Bump zeroconf to 0.128.0 ([@bdraco] - [#104936])
|
||||||
|
- Fix CI test_invalid_rrule_fix test by freezing the time ([@jbouwh] - [#105294])
|
||||||
|
- Add missing configuration for services.yaml in blink ([@mkmer] - [#105310])
|
||||||
|
- Bump pyschlage to 2023.12.0 ([@dknowles2] - [#105349])
|
||||||
|
- Fix preset modes error in Smartthings ([@gjohansson-ST] - [#105375])
|
||||||
|
- Fix service missing key in Blink ([@mkmer] - [#105387])
|
||||||
|
- Fix adding/updating todo items with due date in CalDAV integration ([@DerFlob] - [#105435])
|
||||||
|
- Check if heat area exists when setting up valve opening and battery sensors in moehlenhoff alpha2 ([@j-a-n] - [#105437])
|
||||||
|
- Bump hatasmota to 0.8.0 ([@emontnemery] - [#105440])
|
||||||
|
- Bump plugwise to v0.35.3 ([@bouwew] - [#105442])
|
||||||
|
- Fix alexa calling not featured cover services ([@jbouwh] - [#105444])
|
||||||
|
- Fix fitbit oauth reauth debug logging ([@allenporter] - [#105450])
|
||||||
|
- Write Enphase Envoy data to log when in debug mode ([@catsmanac] - [#105456])
|
||||||
|
- Bump ical to 6.1.1 ([@allenporter] - [#105462])
|
||||||
|
- Bump zeroconf to 0.128.4 ([@bdraco] - [#105465])
|
||||||
|
- Remove Aftership import issue when entry already exists ([@joostlek] - [#105476])
|
||||||
|
- Disconnect before reconnecting to satellite ([@synesthesiam] - [#105500])
|
||||||
|
- Bump caldav to 1.3.8 ([@FrnchFrgg] - [#105508])
|
||||||
|
- Bump pyhiveapi to v0.5.16 ([@KJonline] - [#105513])
|
||||||
|
- Fix setup Fast.com ([@gjohansson-ST] - [#105580])
|
||||||
|
- Add name slot to HassClimateGetTemperature intent ([@synesthesiam] - [#105585])
|
||||||
|
- Skip TTS events entirely with empty text ([@synesthesiam] - [#105617])
|
||||||
|
- Rename "satellite enabled" to "mute" ([@synesthesiam] - [#105619])
|
||||||
|
- Fix timing issue in Withings ([@joostlek] - [#105203])
|
||||||
|
- Update pylint to 3.0.3 ([@cdce8p] - [#105491])
|
||||||
|
- Reload ZHA integration on any error, not just recoverable ones ([@puddly] - [#105659])
|
||||||
|
- Bump ZHA dependencies ([@puddly] - [#105661])
|
||||||
|
|
||||||
|
[#104853]: https://github.com/home-assistant/core/pull/104853
|
||||||
|
[#104936]: https://github.com/home-assistant/core/pull/104936
|
||||||
|
[#105135]: https://github.com/home-assistant/core/pull/105135
|
||||||
|
[#105203]: https://github.com/home-assistant/core/pull/105203
|
||||||
|
[#105294]: https://github.com/home-assistant/core/pull/105294
|
||||||
|
[#105310]: https://github.com/home-assistant/core/pull/105310
|
||||||
|
[#105324]: https://github.com/home-assistant/core/pull/105324
|
||||||
|
[#105349]: https://github.com/home-assistant/core/pull/105349
|
||||||
|
[#105375]: https://github.com/home-assistant/core/pull/105375
|
||||||
|
[#105387]: https://github.com/home-assistant/core/pull/105387
|
||||||
|
[#105435]: https://github.com/home-assistant/core/pull/105435
|
||||||
|
[#105437]: https://github.com/home-assistant/core/pull/105437
|
||||||
|
[#105440]: https://github.com/home-assistant/core/pull/105440
|
||||||
|
[#105442]: https://github.com/home-assistant/core/pull/105442
|
||||||
|
[#105444]: https://github.com/home-assistant/core/pull/105444
|
||||||
|
[#105450]: https://github.com/home-assistant/core/pull/105450
|
||||||
|
[#105456]: https://github.com/home-assistant/core/pull/105456
|
||||||
|
[#105462]: https://github.com/home-assistant/core/pull/105462
|
||||||
|
[#105465]: https://github.com/home-assistant/core/pull/105465
|
||||||
|
[#105476]: https://github.com/home-assistant/core/pull/105476
|
||||||
|
[#105491]: https://github.com/home-assistant/core/pull/105491
|
||||||
|
[#105500]: https://github.com/home-assistant/core/pull/105500
|
||||||
|
[#105508]: https://github.com/home-assistant/core/pull/105508
|
||||||
|
[#105513]: https://github.com/home-assistant/core/pull/105513
|
||||||
|
[#105580]: https://github.com/home-assistant/core/pull/105580
|
||||||
|
[#105585]: https://github.com/home-assistant/core/pull/105585
|
||||||
|
[#105617]: https://github.com/home-assistant/core/pull/105617
|
||||||
|
[#105619]: https://github.com/home-assistant/core/pull/105619
|
||||||
|
[#105659]: https://github.com/home-assistant/core/pull/105659
|
||||||
|
[#105661]: https://github.com/home-assistant/core/pull/105661
|
||||||
|
[@DerFlob]: https://github.com/DerFlob
|
||||||
|
[@FrnchFrgg]: https://github.com/FrnchFrgg
|
||||||
|
[@KJonline]: https://github.com/KJonline
|
||||||
|
[@allenporter]: https://github.com/allenporter
|
||||||
|
[@apt-itude]: https://github.com/apt-itude
|
||||||
|
[@bdraco]: https://github.com/bdraco
|
||||||
|
[@bouwew]: https://github.com/bouwew
|
||||||
|
[@catsmanac]: https://github.com/catsmanac
|
||||||
|
[@cdce8p]: https://github.com/cdce8p
|
||||||
|
[@dknowles2]: https://github.com/dknowles2
|
||||||
|
[@emontnemery]: https://github.com/emontnemery
|
||||||
|
[@frenck]: https://github.com/frenck
|
||||||
|
[@gjohansson-ST]: https://github.com/gjohansson-ST
|
||||||
|
[@j-a-n]: https://github.com/j-a-n
|
||||||
|
[@jbouwh]: https://github.com/jbouwh
|
||||||
|
[@joostlek]: https://github.com/joostlek
|
||||||
|
[@mkmer]: https://github.com/mkmer
|
||||||
|
[@puddly]: https://github.com/puddly
|
||||||
|
[@synesthesiam]: https://github.com/synesthesiam
|
||||||
|
|
||||||
## Need help? Join the community!
|
## Need help? Join the community!
|
||||||
|
|
||||||
Home Assistant has a great community of users who are all more than willing
|
Home Assistant has a great community of users who are all more than willing
|
||||||
|
@ -822,6 +822,37 @@ For a summary in a more readable format:
|
|||||||
- Workaround `to_json` template filter in parsing dict key ([@jbouwh] - [#105327])
|
- Workaround `to_json` template filter in parsing dict key ([@jbouwh] - [#105327])
|
||||||
- Bump plugwise to v0.34.5 ([@bouwew] - [#105330])
|
- Bump plugwise to v0.34.5 ([@bouwew] - [#105330])
|
||||||
|
|
||||||
|
## Release 2023.12.2 - December 13
|
||||||
|
|
||||||
|
- Fix Lyric LCC thermostats auto mode ([@apt-itude] - [#104853])
|
||||||
|
- Bump zeroconf to 0.128.0 ([@bdraco] - [#104936])
|
||||||
|
- Fix CI test_invalid_rrule_fix test by freezing the time ([@jbouwh] - [#105294])
|
||||||
|
- Add missing configuration for services.yaml in blink ([@mkmer] - [#105310])
|
||||||
|
- Bump pyschlage to 2023.12.0 ([@dknowles2] - [#105349])
|
||||||
|
- Fix preset modes error in Smartthings ([@gjohansson-ST] - [#105375])
|
||||||
|
- Fix service missing key in Blink ([@mkmer] - [#105387])
|
||||||
|
- Fix adding/updating todo items with due date in CalDAV integration ([@DerFlob] - [#105435])
|
||||||
|
- Check if heat area exists when setting up valve opening and battery sensors in moehlenhoff alpha2 ([@j-a-n] - [#105437])
|
||||||
|
- Bump hatasmota to 0.8.0 ([@emontnemery] - [#105440])
|
||||||
|
- Bump plugwise to v0.35.3 ([@bouwew] - [#105442])
|
||||||
|
- Fix alexa calling not featured cover services ([@jbouwh] - [#105444])
|
||||||
|
- Fix fitbit oauth reauth debug logging ([@allenporter] - [#105450])
|
||||||
|
- Write Enphase Envoy data to log when in debug mode ([@catsmanac] - [#105456])
|
||||||
|
- Bump ical to 6.1.1 ([@allenporter] - [#105462])
|
||||||
|
- Bump zeroconf to 0.128.4 ([@bdraco] - [#105465])
|
||||||
|
- Remove Aftership import issue when entry already exists ([@joostlek] - [#105476])
|
||||||
|
- Disconnect before reconnecting to satellite ([@synesthesiam] - [#105500])
|
||||||
|
- Bump caldav to 1.3.8 ([@FrnchFrgg] - [#105508])
|
||||||
|
- Bump pyhiveapi to v0.5.16 ([@KJonline] - [#105513])
|
||||||
|
- Fix setup Fast.com ([@gjohansson-ST] - [#105580])
|
||||||
|
- Add name slot to HassClimateGetTemperature intent ([@synesthesiam] - [#105585])
|
||||||
|
- Skip TTS events entirely with empty text ([@synesthesiam] - [#105617])
|
||||||
|
- Rename "satellite enabled" to "mute" ([@synesthesiam] - [#105619])
|
||||||
|
- Fix timing issue in Withings ([@joostlek] - [#105203])
|
||||||
|
- Update pylint to 3.0.3 ([@cdce8p] - [#105491])
|
||||||
|
- Reload ZHA integration on any error, not just recoverable ones ([@puddly] - [#105659])
|
||||||
|
- Bump ZHA dependencies ([@puddly] - [#105661])
|
||||||
|
|
||||||
[#101186]: https://github.com/home-assistant/core/pull/101186
|
[#101186]: https://github.com/home-assistant/core/pull/101186
|
||||||
[#101196]: https://github.com/home-assistant/core/pull/101196
|
[#101196]: https://github.com/home-assistant/core/pull/101196
|
||||||
[#101349]: https://github.com/home-assistant/core/pull/101349
|
[#101349]: https://github.com/home-assistant/core/pull/101349
|
||||||
@ -1813,3 +1844,52 @@ For a summary in a more readable format:
|
|||||||
[@Xitee1]: https://github.com/Xitee1
|
[@Xitee1]: https://github.com/Xitee1
|
||||||
[@yuxincs]: https://github.com/yuxincs
|
[@yuxincs]: https://github.com/yuxincs
|
||||||
[@zxdavb]: https://github.com/zxdavb
|
[@zxdavb]: https://github.com/zxdavb
|
||||||
|
[#104853]: https://github.com/home-assistant/core/pull/104853
|
||||||
|
[#104936]: https://github.com/home-assistant/core/pull/104936
|
||||||
|
[#105135]: https://github.com/home-assistant/core/pull/105135
|
||||||
|
[#105203]: https://github.com/home-assistant/core/pull/105203
|
||||||
|
[#105294]: https://github.com/home-assistant/core/pull/105294
|
||||||
|
[#105310]: https://github.com/home-assistant/core/pull/105310
|
||||||
|
[#105324]: https://github.com/home-assistant/core/pull/105324
|
||||||
|
[#105349]: https://github.com/home-assistant/core/pull/105349
|
||||||
|
[#105375]: https://github.com/home-assistant/core/pull/105375
|
||||||
|
[#105387]: https://github.com/home-assistant/core/pull/105387
|
||||||
|
[#105435]: https://github.com/home-assistant/core/pull/105435
|
||||||
|
[#105437]: https://github.com/home-assistant/core/pull/105437
|
||||||
|
[#105440]: https://github.com/home-assistant/core/pull/105440
|
||||||
|
[#105442]: https://github.com/home-assistant/core/pull/105442
|
||||||
|
[#105444]: https://github.com/home-assistant/core/pull/105444
|
||||||
|
[#105450]: https://github.com/home-assistant/core/pull/105450
|
||||||
|
[#105456]: https://github.com/home-assistant/core/pull/105456
|
||||||
|
[#105462]: https://github.com/home-assistant/core/pull/105462
|
||||||
|
[#105465]: https://github.com/home-assistant/core/pull/105465
|
||||||
|
[#105476]: https://github.com/home-assistant/core/pull/105476
|
||||||
|
[#105491]: https://github.com/home-assistant/core/pull/105491
|
||||||
|
[#105500]: https://github.com/home-assistant/core/pull/105500
|
||||||
|
[#105508]: https://github.com/home-assistant/core/pull/105508
|
||||||
|
[#105513]: https://github.com/home-assistant/core/pull/105513
|
||||||
|
[#105580]: https://github.com/home-assistant/core/pull/105580
|
||||||
|
[#105585]: https://github.com/home-assistant/core/pull/105585
|
||||||
|
[#105617]: https://github.com/home-assistant/core/pull/105617
|
||||||
|
[#105619]: https://github.com/home-assistant/core/pull/105619
|
||||||
|
[#105659]: https://github.com/home-assistant/core/pull/105659
|
||||||
|
[#105661]: https://github.com/home-assistant/core/pull/105661
|
||||||
|
[@DerFlob]: https://github.com/DerFlob
|
||||||
|
[@FrnchFrgg]: https://github.com/FrnchFrgg
|
||||||
|
[@KJonline]: https://github.com/KJonline
|
||||||
|
[@allenporter]: https://github.com/allenporter
|
||||||
|
[@apt-itude]: https://github.com/apt-itude
|
||||||
|
[@bdraco]: https://github.com/bdraco
|
||||||
|
[@bouwew]: https://github.com/bouwew
|
||||||
|
[@catsmanac]: https://github.com/catsmanac
|
||||||
|
[@cdce8p]: https://github.com/cdce8p
|
||||||
|
[@dknowles2]: https://github.com/dknowles2
|
||||||
|
[@emontnemery]: https://github.com/emontnemery
|
||||||
|
[@frenck]: https://github.com/frenck
|
||||||
|
[@gjohansson-ST]: https://github.com/gjohansson-ST
|
||||||
|
[@j-a-n]: https://github.com/j-a-n
|
||||||
|
[@jbouwh]: https://github.com/jbouwh
|
||||||
|
[@joostlek]: https://github.com/joostlek
|
||||||
|
[@mkmer]: https://github.com/mkmer
|
||||||
|
[@puddly]: https://github.com/puddly
|
||||||
|
[@synesthesiam]: https://github.com/synesthesiam
|
||||||
|
Loading…
x
Reference in New Issue
Block a user