2024.11: Finish other noteworthy changes

This commit is contained in:
Franck Nijhof 2024-11-05 21:33:16 +01:00
parent 8b0f2e7a7d
commit f4ff619ff2
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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