From b517c7d47aee1829258420e32b37d0ac1013582f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 6 Dec 2023 11:40:06 +0100 Subject: [PATCH] 2023.12: Add backward-incompatible notice on scenes --- source/_posts/2023-12-06-release-202312.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/_posts/2023-12-06-release-202312.markdown b/source/_posts/2023-12-06-release-202312.markdown index 86650a521e4..1c00109a78b 100644 --- a/source/_posts/2023-12-06-release-202312.markdown +++ b/source/_posts/2023-12-06-release-202312.markdown @@ -474,6 +474,22 @@ for more information. {% enddetails %} +{% details "Scenes" %} + +Support for the, in November 2019 deprecated, attributes `brightness_pct`, +`color_name`, `flash`, `kelvin`, `profile`, and `transition` have +been removed from light scenes. + +If you have used these attributes in your scenes, you will need to adjust +those to this change. + +([@emontnemery] - [#104254]) ([documentation](/integrations/scene)) + +[@emontnemery]: https://github.com/emontnemery +[#104254]: https://github.com/home-assistant/core/pull/104254 + +{% enddetails %} + {% details "SMTP" %} The SMTP integration will send images as attachments to a plain text email