so i had a random thought… getting google home states into home assistant…
so when i run commands on the ga webserver, ie
curl -d 'name=ssjrocks&command=is my light turned on?' homeassistant.local:3000/assistant
i get a response like this
{"response":"","audio":"/server/audio?v=1642724790050","success":true}
this outputs a wav file with the google assistant response to my query…
is there an easy to use program that i can pass a wav file to and it would output the speech of the wav file as text? this would allow 2 way communication between HA and google home.
its not a perfect solution… but calling this to update my devices states in home assistant could be quite usefull