For debugging purposes temporarily I just want this to evaluate to true, and fulfil the condition. I am using this structure as eventually there will be something a bit more meaningful in the value_template
action:
- choose:
- conditions:
- condition: template
value_template: "{{ 'true' }}"
How can I write this so I don’t get a “mapping values are not allowed here” error? Sorry I am a newbie to coding for Home Assistant!
1 post - 1 participant