https://github.com/philiplawall/ha_elevenlabs_tts
Integration to use ElevenLabs.io as TTS Provider
https://github.com/philiplawall/ha_elevenlabs_tts
elevenlabs hacs home-assistant text-to-speech
Last synced: 29 days ago
JSON representation
Integration to use ElevenLabs.io as TTS Provider
- Host: GitHub
- URL: https://github.com/philiplawall/ha_elevenlabs_tts
- Owner: philiplawall
- Created: 2023-02-10T13:42:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T19:21:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T02:38:12.724Z (6 months ago)
- Topics: elevenlabs, hacs, home-assistant, text-to-speech
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HACS Integration that uses [ElevenLabs.io](https://elevenlabs.io) as a TTS Provider
To use add the following to your configuration.yaml
```
tts:
- platform: elevenlabs
api_key: "YOUR_API_KEY"
```By Default uses Rachel as Voice ([Example](https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/dff5d82d-d16d-45b9-ae73-be2ad8850855.mp3)). Can be changed by adding a `type` to your config or service call. The type needs to be the ElevenLabs.io voice_id. All voices [here](https://api.elevenlabs.io/v1/voices)