Alexa + G4 Doorbell

I have this running in my automation it won’t work and I’m not exactly sure why. Is supposed to announce when someone is at the door.

I set it up in Hacs

alias: G4 Doorbell ring
description: ‘’
trigger:

  • platform: event
    event_type: binary_sensor.g4_doorbell_doorbell
    context: {}
    event_data: {}
    condition: []
    action:
  • service: notify.alexa_media_living_room
    data:
    message: someone is at the front door
    title: someone is at the front door
  • service: notify.alexa_media_basement
    data:
    message: someone is at the front door
    title: someone is at the front door
    data:
    type: tts
    mode: single