2023.12: Dev blogs + removed integrations

This commit is contained in:
Franck Nijhof 2023-12-06 09:08:18 +01:00
parent e9b0e0ba3d
commit 7ffaadc5ab
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 4 additions and 10 deletions

View File

@ -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

View File

@ -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