How to trigger Alexa routines from Home Assistant

That does not require anything but the Alexa Media Player custom integration.

service: media_player.play_media
data:
  media_content_id: Lacrimas Button Routine
  media_content_type: routine
target:
  entity_id: media_player.den_echo_dot

The value for media_content_id is the name of the routine in the Alexa app. It must match exactly.

1 Like