Notifications: Send a notification via alexa_media No sound

When sending a message to Alexa, that was added okay following: https://www.youtube.com/watch?v=UEPt3edhwc0
No sound comes out of Alexa when using

service: notify.alexa_media_house_alexa
data:
  message: test
  data:
    type: tts

The message in the log file is:

But nothing comes out of alexa

Here’s what I’m using for our fire tablet and echo dots:

  - service: notify.alexa_media
    data:
      message: |
        The current reported temperature is {{
        states("sensor.average_temperature") }}
      target: media_player.fire_tablet
      data:
        type: announce


    - service: notify.alexa_media
      data:
        message: >-
          The washing machine has finished at {{
          as_timestamp(states('sensor.date_time_iso')) |
          timestamp_custom('%I:%M%p') }}
        title: Washer is done
        target: media_player.echo_dot
        data:
          type: announce

Yep tried this:

service: notify.alexa_media
data:
  data:
    type: announce
  target: media_player.alexa_kitchen
  title: test
  message: test

But nothing

Found the problem. Removed everything and reinstalled Alexa in HACS. The domain was set to amazon.com not amazon.com.au.
Changed it to amazon.com.au during setup and then it worked.
The log files that check the domain reported no error with amazon.com so I wonder if the string matching needs to consider amazon.com.au