Ah I see that now. Sadly, still errors
Message malformed: invalid template (TemplateSyntaxError: unexpected '}', expected ')') for dictionary value @ data['sequence'][0]['repeat']['sequence'][0]['if'][0]['value_template']
Ah I see that now. Sadly, still errors
Message malformed: invalid template (TemplateSyntaxError: unexpected '}', expected ')') for dictionary value @ data['sequence'][0]['repeat']['sequence'][0]['if'][0]['value_template']
There is an obvious missing )
after 'on'
.
Also the if
can be shortened to have the template immediately following on the same line, but if using the visual editor it will butcher any shorthands and expand them back out to the long version…
- if: "{{ is_state(repeat.item, 'on') }}"
Ahh! Looks like we are in business
Thank you everybody for the collective assistance
That was my fault. Typing this stuff on a phone is no fun. Forgot to include the closing parenthesis.
I’ll fix the original example
Of course!!
I noticed you marked my post with the Solution tag. I appreciate the gesture but my post doesn’t deserve it.
Hellis81 was far more involved in helping you; all I did was fix one tiny part of his example.