Blueprint automation saved succesfully but not appears in UI

Hi,

today I created my first blueprint template (copying the yaml file in /HomeAssistant/blueprints/automation). The UI show it.

I created a new automation with this blueprint, but after save it succesfully, it not appears in a automation list in the UI (yes in the automation.yaml file).

In the HA log appears:

ERROR (MainThread) [homeassistant.components.automation] Blueprint Controla temporitzador interruptor generated invalid automation with inputs OrderedDict([(‘switch’, OrderedDict([(‘entity_id’, ‘switch.xxxxxxx’)])), (‘timer’, ‘timer.temporitzador_llum’)]): expected a dictionary for dictionary value @ data[‘action’][0][‘target’]. Got None

I don’t know the reason. Anybody could you help me please?

Thanks

PD: I have the latest docker version.

same issue here.

Posting the blueprint yaml code as well “helps”.
@jvsystelab problem looks like the “!input” values:

has A problem in executing at:

My guess you didn’t set those inputs values
@Tanjohnson99 start a new post.

One year later I can’t remember this scenario. I only remember that the blueprint had errors. Thanks.