With some help from somebody else I made an automation where if a RSS Feed title contains a certain word or phrase, it would trigger a script.
Right now I did copy one of the automations I made and changed the entity, because I added a different RSS Feed. But the automation doesn't trigger and I can't figure out why. The entity also updates right and in the developer tools you also see the title from the entity.
This is my template:
{{ 'Tornado Warning' in state_attr('event.current_tornado_warning_events', 'title') }}