diff --git a/source/_posts/2024-07-03-release-20247.markdown b/source/_posts/2024-07-03-release-20247.markdown index 411765d07ff..f2057490db7 100644 --- a/source/_posts/2024-07-03-release-20247.markdown +++ b/source/_posts/2024-07-03-release-20247.markdown @@ -442,13 +442,17 @@ One of the [most requested features] for {% term template %} entities is the ability to assign and link them to an existing {% term device %}. Thanks to [@dougiteixeira], you can now do just that! 🎉 -_TODO: insert screenshot_ +Screenshot showing you can select a device the template can be linked to, when adding a new template helper. Assigning a template entity to an existing device can be very useful if you have -a template that calculates an additional sensor value for a device. +a template that calculates an additional sensor value for a device. For example, +in the screenshot above, a template helper calculates the sum of two sensors +and is linked to the device that has those sensors. -_Note: This feature is only available for template entities that are created -from the UI._ +{% note %} +This feature is only available for template entities that are created +from the UI. +{% endnote %} [Template entities]: /integrations/template [@dougiteixeira]: https://github.com/dougiteixeira diff --git a/source/images/blog/2024-07/templates-link-to-device.png b/source/images/blog/2024-07/templates-link-to-device.png new file mode 100644 index 00000000000..a1b6294de17 Binary files /dev/null and b/source/images/blog/2024-07/templates-link-to-device.png differ