I’ve already set up emulate_hue
and successfully trigger a script as follows:
emulated_hue:
listen_port: 80
expose_by_default: false
entities:
script.testscript:
name: "Testscript"
hidden: false
testscript:
sequence:
- service: notify.mobile_app_me
data:
title: "Alexa Input Test"
message: "how can I get the input here??"
how can I read the input in my script (eg ‘on’ or ‘off’ based on the speech command somebody gave alexa?)