Hi
Have written a couple of simple programs in Python 2.
this is what it does:
The client (which is setup on my home assistant pi)
It grabs the first string from the command line argument and sends it to my remote pi’s via IP individually or all of them. I use the shell_command in home assistant to do this. I still havent figured out how to use it properly. I can get it to send a fixed text from home assistant but havent looked into how to send dynamic data from sensors .
The server (installed on several remote pi’s with speaker attached) will receive the text and simply speak it.
Its quite a simple way of having home assistant speak to you.
I have hunted around for something like this, and found the TTS can send to selected media players but I dont own any.
So my question is, is there something like what I have done embedded into home assistant?
If so what is it please post a link.
If not this would be my request to have the feature added.
Kind regards