I have ADHD and am trying to create an automation to notify me within a random time range if I haven't brushed my teeth using the Oral-B integration. I am having issues. Can you please help me?
GitHub YAML
#Help with automation to remind me brush my teeth
1 messages · Page 1 of 1 (latest)
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
I used Gemini to help me create this? Just curious what I need to do to fix it
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