diff --git a/source/_posts/2023-07-05-release-20237.markdown b/source/_posts/2023-07-05-release-20237.markdown index 18e6d09d00b..414a31b871d 100644 --- a/source/_posts/2023-07-05-release-20237.markdown +++ b/source/_posts/2023-07-05-release-20237.markdown @@ -293,29 +293,21 @@ on the number and you can input a new position for the card! ## New script dialog -{% details "TODO" %} - -- Improve/extend story -- Proof read/spelling/grammar -- Replace screenshot - -{% enddetails %} - -When you create a new automation, you'll get a nice dialog shown where you can -choose to create a new automation from scratch, or use one of your imported -blueprints as a starting point. +When you create a new automation, you’ll get a nice dialog where you can create +a new one from scratch or use one of your imported blueprints +as a starting point. [@karwosts] has now added the same dialog to our script editor! 🎉 -

- -Temporary screenshot that needs to be replaced. -

+Screenshot of the dialog shown when creating a new script, allowing you to select blueprints as well. Being able to set up scripts from Blueprints is great, as combined with the brand new [service response](#services-call-can-now-respond) feature, these become a lot more powerful and a lot more useful for sharing! +You can find new script Blueprints for you to use in the +[Blueprint Exchange on our community forum](https://community.home-assistant.io/tags/c/blueprints-exchange/53/script?ascending=false&order=views). + [@karwosts]: https://github.com/karwosts ## Select timezone to use/display diff --git a/source/images/blog/2023-07/entity-dialog-lock.gif b/source/images/blog/2023-07/entity-dialog-lock.gif new file mode 100644 index 00000000000..ed06f6a6751 Binary files /dev/null and b/source/images/blog/2023-07/entity-dialog-lock.gif differ diff --git a/source/images/blog/2023-07/new-script-dialog.png b/source/images/blog/2023-07/new-script-dialog.png new file mode 100644 index 00000000000..d34b2fc1100 Binary files /dev/null and b/source/images/blog/2023-07/new-script-dialog.png differ