Generate Astromech sounds in Home Assistant!
You have the choice between these voices:
- Astromech: Each letter in your TTS message is assigned to a sound. You can check the sounds here: https://github.com/MomsFriendlyRobotCompany/ttastromech/tree/master/ttastromech/sounds
- Astromech (short): The TTS message gets hashed into a 6 letter word, which is then forwarded to the Astromech voice. This helps with long TTS messages that are generated for example by Assist.
This component is available via HACS as a custom repository which is the recommended method of installation.
- Add custom repository to HACS
- Search for "Astromech"
- Install integration
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Astromech TTS"
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledastromech
. - Download all the files from the
custom_components/astromech/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Astromech TTS"
If you want to contribute to this please read the Contribution guidelines
ttastromech
for the awesome python library: https://github.com/MomsFriendlyRobotCompany/ttastromech- https://github.com/hug33k/PyTalk-R2D2 on which
ttastromech
is based on - Leylosh's Scratch project for the sounds used by the libraries above (https://scratch.mit.edu/projects/766189/)