mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-06 10:16:49 +00:00

* Add tts to demo * Add initial TTS docs * Update * Speak->speech * Speak->speech * Speak->speech * Update tts.markdown * Update tts.google.markdown * Update tts.markdown * Update tts.google.markdown * Add files via upload * Create tts.voicerss.markdown * Update tts.voicerss.markdown * Update tts.voicerss.markdown * Update
884 B
884 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Google Text-to-Speech | Instructions how to setup Google Text-to-Speech with Home Assistant. | 2016-12-13 07:00 | true | false | true | true | google.png | Text-to-speech | 0.35 |
The google
text-to-speech platform uses Google Text-to-Speech engine Text-to-Speech engine to read a text with natural sounding voices.
To enable text-to-speech with Google, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
tts:
- platform: google
Configuration variables:
- language (Optional): The language to use. Defaults to
en
.
A full configuration sample:
# Example configuration.yaml entry
tts:
- platform: google
language: 'de'