Hi I configured Alexa Media Player integration and tested some notifications. TTS is working fine but I want to use the announce feature.
I setup the following action in an automation which will not work. It seems there is an issue in the second data because nothing comes from Alexa.
action: notify.alexa_media
metadata: {}
data:
message:Text
target: media_player.my_echo_dot
title: Title
data:
type: announce
volume_level: "1.0"
When I delete the second data block like below it is working.
action: notify.alexa_media
metadata: {}
data:
message:Text
target: media_player.my_echo_dot
title: Title
Any ideas?