#Help with automation to remind me brush my teeth

1 messages · Page 1 of 1 (latest)

prisma badger
bright skiff
#

You can't directly use inputs as template variables, you need to create the variables first.
And you are using templates in various places where it isn't allowed. For example in the id and alias but also in state conditions

prisma badger
dark lintel
#
automation:
  - id: '{{ system_id }}_set_flag'

This part is not part of blueprint. Put the triggers, conditions and actions directly to the root of yaml

#

Normally one blueprint is one automation. Use multiple triggers with trigger ID to differentialte (use choose action) what has to be executed

bright skiff
#

Yep, one blueprint can only create one automation/script/template entity

#

And what's that helper part at the end supposed to do?