From 68e864e0eba90b40f16c9f095db0ade0a85ad8ba Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 4 Jan 2023 12:52:00 +0100 Subject: [PATCH] 2023.1: Add image rename breaking change --- .../_posts/2023-01-04-release-20231.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/_posts/2023-01-04-release-20231.markdown b/source/_posts/2023-01-04-release-20231.markdown index f9e4435106f..f7d065d692b 100644 --- a/source/_posts/2023-01-04-release-20231.markdown +++ b/source/_posts/2023-01-04-release-20231.markdown @@ -276,6 +276,24 @@ other news about building an Open Home; straight into your inbox. ## Breaking Changes +{% details "Image Upload / Default Config" %} + +The `image` integration domain was renamed to `image_upload`. + +This change would only affect you when you have removed the +[`default_config`](/integrations/default_config) from your configuration. +In that case, you need to manually adjust your configuration to rename `image` +to `image_upload`. + +The rename was done to free up the `image` domain for future use. + +([@frenck] - [#84063]) ([documentation](/integrations/image_upload)) + +[@frenck]: https://github.com/frenck +[#84063]: https://github.com/home-assistant/core/pull/84063 + +{% enddetails %} + {% details "air-Q" %} The unit for noise has been adjusted from `dBa` to `dBA`.