#TTS with Alexa in NodeRed
1 messages · Page 1 of 1 (latest)
TTS with Alexa in NodeRed
I'm no expert, but I do this with an HA action node in NodeRed. In my case I've set the following
Action node:
Action: notify.alex_media_study
Data (JSON): { "message": "{{payload}}", "data": { "type": "announce" }, "target": "{{service}}" }
Easy to test by connecting an Inject Node with msg.payload = text of message to send
YES!!! THANKS!