diff --git a/source/_posts/2022-10-05-release-202210.markdown b/source/_posts/2022-10-05-release-202210.markdown
index ab75da71c5d..75f1dc69201 100644
--- a/source/_posts/2022-10-05-release-202210.markdown
+++ b/source/_posts/2022-10-05-release-202210.markdown
@@ -56,7 +56,7 @@ Enjoy the (beta) release!
- [Finding the right integration](#finding-the-right-integration)
- [Sub-views for dashboards](#sub-views-for-dashboards)
- [All dialogs restyled](#all-dialogs-restyled)
-- [Viewing manual automations in the automation editor](#viewing-manual-automations-in-the-automation-editor)
+- [Viewing YAML automations in the automation editor](#viewing-yaml-automations-in-the-automation-editor)
- [New template thingies](#new-template-thingies)
- [Google sheets](#google-sheets)
- [Other noteworthy changes](#other-noteworthy-changes)
@@ -206,33 +206,24 @@ to version 3 of the Material Design that Home Assistant follows.

-## Viewing manual automations in the automation editor
+## Viewing YAML automations in the automation editor
-{% details "TODO" %}
-
-- Add an actual story
-- Needs a better title
-- Screenshots
-- Spelling/grammar
-- Allow fetching automation config ([@balloob] - [#79130]) ([automation docs])
-- Allow fetching script config ([@balloob] - [#79131]) ([script docs])
-- WIP: https://github.com/home-assistant/frontend/pull/13900
-
-{% enddetails %}
-
-In the last release, we revamped our automation editor and we are very
+In the last release, we revamped our automation editor, and we are very
happy to read how many of you loved these changes ❤️
-However, if you manage your automations manually in YAML you'd always be
-served an error message when trying to open an automation in the UI.
+However, if you manage your automations manually in YAML, you'd always be
+served an error message when trying to open an automation in the UI. Not very
+helpful, right?
-This has been improved! You can now open any automation (or script) in the UI,
-allowing you to view your automation, giving a quick glance and their
+This has been improved! You can now open **any** automation (or script) in the
+UI. This lets you view your automation, providing a quick glance at its
workings.
-Besides, as an additional bonus, if you have considered moving your automation
-to the UI, you can now actually view and experience how it would look/work
-for those automations.
+
+
+Besides, as an bonus, if you have considered moving your automation to the UI,
+you can now view and experience how it would look/work for those automations
+and import them into the UI with the click of a button in the top right.
## New template thingies
@@ -265,11 +256,6 @@ numbers and even check the difference between 2 version numbers.
Nice new integration, consider doing a section about it (TODO).
-
-## iBeacon
-
-Nice new integration, consider doing a section about it (TODO).
-
## Other noteworthy changes
{% details "TODO" %}
diff --git a/source/images/blog/2022-10/yaml-automation-editor.png b/source/images/blog/2022-10/yaml-automation-editor.png
new file mode 100644
index 00000000000..194f0c4a5e1
Binary files /dev/null and b/source/images/blog/2022-10/yaml-automation-editor.png differ