Sending a command directly to alexa

Hello. Ive been trying to get a routine to send a command to my alexa devices as if i was talking to it. I have my devices integrated already. Just struggling with sending commands. And not interested in to TTS

Thank you

With the Alexa Media Player HACS integration you can do this:

service: media_player.play_media
data:
  media_content_id: set alarm for 6 am
  media_content_type: custom
target:
  entity_id: media_player.bedroom_2
1 Like