From 2011d32179ae0e9cc55119bc5955577151a5803a Mon Sep 17 00:00:00 2001 From: Jason Schollenberger Date: Wed, 28 Aug 2024 14:33:57 -0400 Subject: [PATCH 1/2] Add backward-incompatible change to 2024.8 --- source/_posts/2024-08-07-release-20248.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_posts/2024-08-07-release-20248.markdown b/source/_posts/2024-08-07-release-20248.markdown index 053b11cf2cff..7d0370633fad 100644 --- a/source/_posts/2024-08-07-release-20248.markdown +++ b/source/_posts/2024-08-07-release-20248.markdown @@ -1211,6 +1211,18 @@ update them to use "1024x1024", "1024x1792", or "1792x1024" values. {% enddetails %} +{% details "Picture, Picture Elements, Picture Entity, Picture Glance cards" %} + +Picture, picture elements, picture entity, and picture glance cards will no longer respect the `image` attribute when the entity is set to a person. The image will be inherited from the person entity with no option to override. + +([@Quentame] - [#20593]) ([issue]) + +[@Quentame]: https://github.com/Quentame +[#20593]: https://github.com/home-assistant/frontend/pull/20593 +[issue]: https://github.com/home-assistant/frontend/issues/21738 + +{% enddetails %} + {% details "WLED" %} The WLED integration now requires a WLED device running at least From 383dd69057635d84fdd720854fcb99af323bd93b Mon Sep 17 00:00:00 2001 From: Jason Schollenberger Date: Wed, 28 Aug 2024 15:16:32 -0400 Subject: [PATCH 2/2] Fix duplicate link reference --- source/_posts/2024-08-07-release-20248.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_posts/2024-08-07-release-20248.markdown b/source/_posts/2024-08-07-release-20248.markdown index 7d0370633fad..55526046ca00 100644 --- a/source/_posts/2024-08-07-release-20248.markdown +++ b/source/_posts/2024-08-07-release-20248.markdown @@ -1217,7 +1217,6 @@ Picture, picture elements, picture entity, and picture glance cards will no long ([@Quentame] - [#20593]) ([issue]) -[@Quentame]: https://github.com/Quentame [#20593]: https://github.com/home-assistant/frontend/pull/20593 [issue]: https://github.com/home-assistant/frontend/issues/21738