Announce skips one amazon echo

When I run this automation it skips one Amazon device I have. House contains 5 Dots and 1 Echo. The automation does not play on the Echo. Code is as follows:

- id: '1629385608935'
  alias: testing_announcement
  description: ''
  trigger: []
  condition: []
  action:
  - service: notify.alexa_media
    data:
      target:
      - media_player.everywhere
      message: testing for sound
      data:
        type: announce
        method: speak
  mode: single