From f4ff619ff2b9316dc86068074b1548e5b888aad9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 5 Nov 2024 21:33:16 +0100 Subject: [PATCH] 2024.11: Finish other noteworthy changes --- .../_posts/2024-11-06-release-202411.markdown | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/source/_posts/2024-11-06-release-202411.markdown b/source/_posts/2024-11-06-release-202411.markdown index 7281195affa..1ad13d6d180 100644 --- a/source/_posts/2024-11-06-release-202411.markdown +++ b/source/_posts/2024-11-06-release-202411.markdown @@ -201,10 +201,27 @@ of this release: There are many more improvements in this release; here are some of the other noteworthy changes this release: -- Add snapshot service to image entity ([@NickM-27] - [#110057]) ([image docs]) -- Blueprints for template entities ([@tetele] - [#126971]) ([template docs]) (noteworthy) -- Add limited template to at field for time triggers ([@Petro31] - [#126584]) ([homeassistant docs]) -- Add `nmi` (nautical miles) as valid distance unit ([@mib1185] - [#124723]) (noteworthy) +- [Image entities] now have a snapshot action, allowing you to save the current + image in the entity to a file. Nice [@NickM-27]! +- [@Petro31] added [(limited) template] support to the "at" field of [time triggers]. + This allows you to template the time of that trigger in, for example, + a blueprint automation. +- [Nautical miles] (`nmi`) is now a valid distance unit. This means you can now + use this as a unit for your distance sensors. Thanks [@mib1185]! +- [@tetele] added [blueprints for template entities]! This allows for easier + re-use and sharing of common blueprints for sets of templated entities. + This feature is an advanced feature and is only available using manual YAML + configuration. + +[(limited) template]: /docs/configuration/templating/#limited-templates +[@mib1185]: https://github.com/mib1185 +[@NickM-27]: https://github.com/NickM-27 +[@Petro31]: https://github.com/Petro31 +[@tetele]: https://github.com/tetele +[blueprints for template entities]: /integrations/template/#using-blueprints +[Image entities]: /integrations/image +[Nautical miles]: https://en.wikipedia.org/wiki/Nautical_mile +[time triggers]: /docs/automation/trigger/#time-trigger ### Live logs