diff --git a/source/_posts/2024-05-01-release-20245.markdown b/source/_posts/2024-05-01-release-20245.markdown index e73509cd68a..0cb5b8d09c0 100644 --- a/source/_posts/2024-05-01-release-20245.markdown +++ b/source/_posts/2024-05-01-release-20245.markdown @@ -42,7 +42,7 @@ Anyway, I will not hold you any longer. Enjoy the release! - [More features for our data tables](#more-features-for-our-data-tables) -- [Created helpers from automation editor](#created-helpers-from-automation-editor) +- [Create helpers directly from the automation editor](#create-helpers-directly-from-the-automation-editor) - [Lock features for the tile card](#lock-features-for-the-tile-card) - [Adjust the device names on the energy dashboard](#adjust-the-device-names-on-the-energy-dashboard) - [Improved audio with ESPHome for Assist](#improved-audio-with-esphome-for-assist) @@ -79,10 +79,10 @@ so in this release, we’ve added a bunch! sorting you have used, so when you return to that page, it will be the same as you left it. -## Created helpers from automation editor +## Create helpers directly from the automation editor Our good friend [@karwosts] has been busy creating a great quality-of-life -improvement for our {% term automation %} editor this release. +improvement for our {% term automation %} editor for this release. I'm sure you'll know this feeling. You are creating an automation and think: "Hey, I need a helper for this!" But then you have to leave the automation @@ -91,7 +91,10 @@ editor, create the helper, and then go back to the automation editor. Well, not anymore! You can now create helpers directly from the automation editor 😎 -Temporary screenshot that needs to be replaced. +In this example, a timer helper is created directly from the automation editor +without leaving it: + + [@karwosts]: https://github.com/karwosts