Washing machine notification not working

This is my automation in YAML. I use a smart monitoring plug for this.

alias: Wasmachine is klaar notif
description: “”
triggers:

  • type: power
    device_id: 6d434c300b1993cd853801af08774457
    entity_id: 4d804fee14d17352255dbeaf30cc4f98
    domain: sensor
    trigger: device
    above: 5
    for:
    hours: 0
    minutes: 0
    seconds: 1
    conditions:
    actions:
  • wait_for_trigger:
    • type: power
      device_id: 6d434c300b1993cd853801af08774457
      entity_id: 4d804fee14d17352255dbeaf30cc4f98
      domain: sensor
      trigger: device
      below: 5
      for:
      hours: 0
      minutes: 2
      seconds: 30
      timeout:
      hours: 1
      minutes: 45
      seconds: 0
  • action: notify.mobile_app_oneplus11
    metadata: {}
    data:
    message: Wasmachine is klaar
    mode: restart

I can see the automation kicking off on the initial action but am not getting the notifications. Where would I start troubleshooting this? Thanks in advance.

Check the automation’s trace.

Reference

Troubleshooting automations