I've an extremely simple script to press a button on the XBOX:
xbox_ready_up:
alias: "XBOX: Ready Up"
mode: single
sequence:
- service: remote.send_command
data:
entity_id: remote.xbox_remote
command: "Y"
This works when triggered from HA, however when I set it as a Scene to turn On in an Alexa Routine, it simply has no effect. I've done this before in the past, but it appears I must have removed the setup because I can't find how I did it - I just am not able to intuit the solution here.
Any help is appreciated!