Alexa Notify no longer triggering

Looking for some assistance. Been looking at this for way too long.

Have ubiquiti doorbell and when doorbell is pressed, it used to announce a message on an alexa device.

It is not working now.
Hoping someone has seen this before.

alias: Doorbell Ring v2
description: ""
trigger:
  - type: occupied
    platform: device
    device_id: db59aaced57a59310e42fc0ba6935115
    entity_id: e9ae9f4366ba54fe40fc1a059f40d411
    domain: binary_sensor
condition: []
action:
  - service: notify.alexa_media
    data:
      message: TEst message
      data:
        type: announce
      target: media_player.office_echo
mode: single