diff --git a/source/_posts/2022-05-04-release-20225.markdown b/source/_posts/2022-05-04-release-20225.markdown
index e86b6b002b3..8b4d848bee2 100644
--- a/source/_posts/2022-05-04-release-20225.markdown
+++ b/source/_posts/2022-05-04-release-20225.markdown
@@ -565,27 +565,21 @@ entity:
{% details "TODO" %}
-- Revisit story
-- Replace screenshot
-- Make smaller item?
+## Template selector
-{% enddetails %}
+A new [selector] is added: The [Template selector].
-A new [selector](/docs/blueprint/selectors/) has been added this release:
-The [Template selector].
-
-This new selector can be used in, for example, Blueprints to ask the user
-for a template input; providing a nice code editor with Jinja syntax
+This new selector can be used in, for example, Blueprints, scripts fields, or
+in a (custom) integration. It provides a nice code editor with Jinja syntax
highlighting and entity auto-completion.
-This release adds the template editor to the automation and script editors,
-in case of the template conditions and wait template action.
+We have deployed it in the automations and scripts editor too! So, you
+now get this editor when editing your template conditions or wait for template
+actions in the UI.
-
-
-Selectors are not just available for Blueprints, but also for your script fields
-and (custom) integration and dashboard card developers.
+
+[selector]: /docs/blueprint/selectors/
[Template selector]: /docs/blueprint/selectors/#template-selector
## Other noteworthy changes