I’ve been using intent_scripts with snips including using snips.say to provide feedback with everything running on the same box. This works fine but now I have an additional satellite unit (RPi + speaker + mic) and I am unable to direct the snip.say service call back to the source site_id because I can’t work out how/if it is possible to determine this when using .yaml.
Anyone know if I can extract the source site_id using the templating language?, e.g.:
There is an optional parameter for the speech section called async_action which is a Boolean and will determine if the speech is sent at the same time the service call is made, or wait until the service call is finished.