I keep getting an error with the following condition template, but it passes the template editor on the frontend. What am I doing wrong?
condition:
condition: template
value_template: '{{ is_state_attr('fan.bedroom_fan', 'speed', 'low') }}'
Thank you!