diff --git a/source/_posts/2023-12-06-release-202312.markdown b/source/_posts/2023-12-06-release-202312.markdown index 1d6bd178c21..1b49f070b95 100644 --- a/source/_posts/2023-12-06-release-202312.markdown +++ b/source/_posts/2023-12-06-release-202312.markdown @@ -530,6 +530,7 @@ changes and new features available for your integration: Be sure to follow our - [Config processing and error handling](https://developers.home-assistant.io/blog/2023/11/27/config-validation-and-error-handling/) - [Exception handling during service calls and translation support](https://developers.home-assistant.io/blog/2023/11/30/service-exceptions-and-translations/) +- [New scaling utils and import changes](https://developers.home-assistant.io/blog/2023/12/05/scaling-utils/) - [Public Addon Config](https://developers.home-assistant.io/blog/2023/11/06/public-addon-config) [devblog]: https://developers.home-assistant.io/blog/ @@ -539,15 +540,8 @@ changes and new features available for your integration: Be sure to follow our The following integrations are also no longer available as of this release: - **MyQ** has been removed. Read all about it in our [blog post](/blog/2023/11/06/removal-of-myq-integration/). - ([@Lash-L] - [#103565]) -- **eQ-3 Bluetooth Smart Thermostats** has been removed. The integration has - been in an non-functional state for a long time. - ([@rytilahti] - [#94698]) - -[@Lash-L]: https://github.com/Lash-L -[@rytilahti]: https://github.com/rytilahti -[#103565]: https://github.com/home-assistant/core/pull/103565 -[#94698]: https://github.com/home-assistant/core/pull/94698 +- **eQ-3 Bluetooth Smart Thermostats** have been removed. The integration has + been in a non-functional state for a long time. ## All changes diff --git a/source/changelogs/core-2023.12.markdown b/source/changelogs/core-2023.12.markdown index 93d743d9258..6adeee60405 100644 --- a/source/changelogs/core-2023.12.markdown +++ b/source/changelogs/core-2023.12.markdown @@ -7,7 +7,7 @@ replace_regex: \s\(\[?[a-z0-9\-\s_]+\]?\)$ These are all the changes included in the Home Assistant Core 2023.12 release. For a summary in a more readable format: -[Release notes blog for this release](/blog/2023/11/29/release-202312/). +[Release notes blog for this release](/blog/2023/12/06/release-202312/). ## All changes