diff --git a/source/_posts/2024-07-03-release-20247.markdown b/source/_posts/2024-07-03-release-20247.markdown index 97d40d6878b..0718dff60f3 100644 --- a/source/_posts/2024-07-03-release-20247.markdown +++ b/source/_posts/2024-07-03-release-20247.markdown @@ -233,20 +233,24 @@ your home? Well, now you can! 🎉 -

- Screenshot of... - Temporary screenshot, image needs to be replaced by an actual screenshot. -

+Screenshot showing a blueprint-based automation that can be taken of using the "Take control" option in the three-dotted menu. You can now [take full control over the automations created from a blueprint](/docs/automation/using_blueprints/#editing-an-imported-blueprint). -By taking control, Home Assistant will fully convert the blueprint automation -into an regular, stand-alone, automation. This allows you to make any tweak you -want, without having to fully re-invent the wheel. +By taking control , +Home Assistant will convert the blueprint automation into an regular, +stand-alone, automation. This allows you to make any tweak you want, +without having to re-invent the wheel. - +Screenshot showing a preview of how a converted blueprint automation would look like before you take control. -Looking for some inspiration for your next automation? 💡 Check out the -[Blueprint exchange on the Home Assistant Community Forum](https://community.home-assistant.io/c/blueprints-exchange/53/l/top?period=yearly). +The cool thing is that it shows you a preview of how the converted automation +would look like before you take over. This way, you can see what you are getting +into before you actually do it. + +{% tip %} +Looking for some inspiration for your next automation?
+Check out the [Blueprint exchange on the Home Assistant Community Forum](https://community.home-assistant.io/c/blueprints-exchange/53/l/top?period=yearly). +{% endtip %} ## Integrations diff --git a/source/images/blog/2024-07/blueprint-automation-preview.png b/source/images/blog/2024-07/blueprint-automation-preview.png new file mode 100644 index 00000000000..ad910c25b84 Binary files /dev/null and b/source/images/blog/2024-07/blueprint-automation-preview.png differ diff --git a/source/images/blog/2024-07/blueprint-automation-take-control.png b/source/images/blog/2024-07/blueprint-automation-take-control.png new file mode 100644 index 00000000000..c8747097e6f Binary files /dev/null and b/source/images/blog/2024-07/blueprint-automation-take-control.png differ