Automation wont trigger with state change

Hi Wizards

Hope that somebody is able to help me with this.

I cant seem to get this automation to work - The notification part works perfectly but the state change doesnt seem to trigger the automation. Is anybody able to see what is wrong just be looking at this automation?

alias: "Tørretumbleren er færdig 2 "
description: “”
triggers:

  • entity_id:
    • sensor.tumble_dryer_status
      to: program afsluttet
      trigger: state
      conditions:
      actions:
  • action: notify.mobile_app_stephan_hoj_iphone
    metadata: {}
    data:
    message: "Tørretumbleren er færdig "
    title: "Miele "
  • action: notify.mobile_app_maikens_iphone
    data:
    message: "Tørretumbleren er færdig "
    title: Miele
    mode: single

https://community.home-assistant.io/t/how-to-help-us-help-you-or-how-to-ask-a-good-question/114371#oneone-format-it-properly-16

Also: https://www.home-assistant.io/docs/automation/troubleshooting/