Can you import a Blueprint to create an automation, and then edit it in YAML?

Can you import a Blueprint to create an automation, and then edit it in YAML? Or are you stuck with the animation?

You can edit your automation in YAML, but IIRC basically only things that are editable in the GUI will be editable in YAML. For more substantial edits you would need to duplicate the blueprint configuration and make changes to suit your needs.

once you ran the automation created from a blueprint, you can see the yaml it used by looking at the trace and then check the automation config.


What I do is copy that code, edit it as i see fit and use that for my automation (so i discard the blueprint)