I am feeling a bit dumb: I am trying to create an automation blueprint which has an action input and this input should be run later.
However it fails with: Message malformed: Unable to determine action @ data['action'][0]
What is the problem? Any help is kindly appreciated.
I have created following demo script which triggers this issue:
blueprint:
name: POC Blueprint
description: Automation blue print to test things
domain: automation
input:
triggered_action:
name: Triggered actions
description: Actions that should be executed at sunrise
selector:
action:
trigger:
- platform: sun
event: sunrise
action:
-sequence: !input triggered_action