Help with templating and actions

Hi am getting the following error:
template value should be a string for dictionary value @ data[‘value_template’]. Got None

I can’t figure out what is wrong with my template actions.
if:

  • condition: template
    value_template: ‘{{is_state_attr(’‘media_player.the_frame’’,’‘media_title’’,’‘art’’)}}’

I tried to use the exact value template in the developers tools and it shows up as false so i know there is no syntax error.

I’ve tried everything i could think of the last couple of days!

It’s an issue with the automation editor, not your template.

gah ok thanks!