diff --git a/source/_posts/2023-06-07-release-20236.markdown b/source/_posts/2023-06-07-release-20236.markdown index 89d14e771d9..81dbec0541a 100644 --- a/source/_posts/2023-06-07-release-20236.markdown +++ b/source/_posts/2023-06-07-release-20236.markdown @@ -176,30 +176,16 @@ Notice how it nicely links back to the new integration page here too! ## Copy 'n paste support in the automation editor -{% details "TODO" %} - -- Improve/extend story -- Proof read/spelling/grammar -- Replace screenshot - -Refs: - -- Add cut / copy / paste support to automation & script editor (#16488) @karwosts -- https://github.com/home-assistant/frontend/pull/16488 - -{% enddetails %} - -An amazing contribution by @karwosts this release, that adds cut, copy & paste -capabilities to the automation and script editors! +An amazing contribution by [@karwosts] in this release that adds cut, copy +& paste capabilities to the automation and script editors! You can now copy and paste any trigger, condition, and action into different -places of your automation, and even past it into a different automation all -together! +places of your automation and even paste it into a different automation +altogether! -

- -Temporary screenshot that needs to be replaced. -

+Screen recording demonstrating cutting & pasting an condition in the automation editor. + +[@karwosts]: https://github.com/karwosts ## Python 3.11 and significant performance upgrades diff --git a/source/images/blog/2023-06/cut-copy-past-automations.gif b/source/images/blog/2023-06/cut-copy-past-automations.gif new file mode 100644 index 00000000000..ca4cdf68108 Binary files /dev/null and b/source/images/blog/2023-06/cut-copy-past-automations.gif differ