Trigger the creation of a new automation based on blueprint

Hi,

I would like to create a button on a dashboard that, when pressed, triggers the dialog to crate a new automation based on a specific blueprint.

I can do that for standard automations (NOT based on a blueprint) by creating a button which tab action is to navigate to “/config/automation/edit/new”.
But as far as I know, a automation based on a specific blueprint does not have a specific URL like that.

Any ideas?

Akio

Chances are you would have to put that into the blueprint not the automation that calls the blueprint. You should also be able to craft the blueprint with an action statement that is expecting that data.

All the work of a blueprint is done in the blueprint, the calling automation only supplies data for the blueprint to use.