Hi. I’m trying to integrate the skill “My Media for Alexa” in HA to be able to listen my music when I wake up in the morning. I’m trying to send a command (as read in the Alexa Media Player integration wiki) but nothing happens. Here the script:
alias: My Media Sveglia Uno
sequence:
- action: media_player.play_media
target:
entity_id: media_player.echo
data:
media_content_type: custom
media_content_id: chiedi a my media di riprodurre playlist sveglia uno
description: ""
icon: mdi:alarm-multiple
I’ve also tried to start an Alexa routine without success:
alias: My Media Sveglia Uno
sequence:
- action: media_player.play_media
target:
entity_id: media_player.echo
data:
media_content_type: routine
media_content_id: mai media sveglia uno
description: ""
icon: mdi:alarm-multiple
Anyone could help please?