Evening All,
I’m having some trouble running a script from an intent script. Here’s what I’ve got at the moment:
xbox:
speech:
type: plain
text: !include alexa_confirm.yaml
action:
service: script.turn_on
data:
entity_id: script.xboxtvon
If I leave out the action Alexa gives the desired verbal responses (meaning “xbox” is set correctly and alexa_confirm.yaml is fine)
If I call the script from HA locally it works fine too, so the script isn’t an issue. I can only assume I’ve called it incorrectly above, any suggestions?