Hello,
In my push notifications I’m using this template
- condition: template value_template: > {{ states.input_boolean.state_push.state == 'on' }}
In need to pass variable defined in script for something like:
- condition: template value_template: > {{ states.input_boolean.{{script_variable}}_push.state == 'on' }}
I’ve tried all possible options come to my mind and found everywhere but no luck.
2 posts - 2 participants