Ok, now that google home has the broadcast feature, there hopefully is a way to push text to speech to it from webcore. I am really hoping one of the coding gurus out there has, or is working on this.
From what I can see you can do from the google assistant app:
- If You type ‘ broadcast hello world’ and it will repeat it on your linked google home device
- If you say ‘ broadcast hello world’ it will record your voice and play it back on your linked google home device.
My thoughts on this, is there hopefully is a way to use google api to make a json (not sure of the correct verbage) PUT request to do something like:
Message= ‘hello word’
Make post request to www.somegooglespi.com with type json and data {message}
Any thoughts?