Hi all. I have my own custom TTS engine that uses a python script via a local URL (e.g. 192.x.x.x:1234/the message to return audio with). This then returns an audio file, I could also just return a local URL to the audio file if needed. How would i get home assistant cloud (or any other text interpreter) to use my python script voice?
To be clear:
192.x.x.x:1234/the message to return audio with
will return a wav of the text read by my TTS.