diff --git a/source/_posts/2025-05-07-release-20255.markdown b/source/_posts/2025-05-07-release-20255.markdown index 77d7695d52b..41c80af37ea 100644 --- a/source/_posts/2025-05-07-release-20255.markdown +++ b/source/_posts/2025-05-07-release-20255.markdown @@ -561,7 +561,7 @@ into the UI editor and it will be converted to the UI format, regardless of whether the paste example is a full-blown automation or just a single trigger, condition, or action. -**TODO:** Add small movie clip on how this works. + An amazing quality of life improvement, contributed by [@jpbede]! Thank you! 🙌 @@ -759,6 +759,20 @@ entries. [@mib1185]: https://github.com/mib1185 [#142845]: https://github.com/home-assistant/core/pull/142845 +--- + +All the extra state attributes of the climate entity got migrated to their +own entities. With this these attributes are deprecated and will be removed +in Home Assistant 2025.11. + +If you rely on these attributes in your automations or scripts, you will need +to update them to use the dedicated sensors instead. + +([@mib1185] - [#143394]) ([documentation](/integrations/fritzbox)) + +[@mib1185]: https://github.com/mib1185 +[#143394]: https://github.com/home-assistant/core/pull/143394 + {% enddetails %} {% details "Generic Thermostat" %}