mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-25 04:16:52 +00:00
1.2 KiB
1.2 KiB
title, description, ha_category, ha_release, ha_codeowners, ha_domain
title | description | ha_category | ha_release | ha_codeowners | ha_domain | ||
---|---|---|---|---|---|---|---|
Google Translate Text-to-Speech | Instructions on how to setup Google Translate Text-to-Speech with Home Assistant. |
|
0.35 |
|
google_translate |
The google_translate
text-to-speech platform uses the unofficial Google Translate Text-to-Speech engine to read a text with natural sounding voices.
Configuration
To enable text-to-speech with Google, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
tts:
- platform: google_translate
{% configuration %}
language:
description: "The language to use."
required: false
type: string
default: "en
"
{% endconfiguration %}
Check the complete list of supported languages (languages where "Talk" feature is enabled in Google Translate) for allowed values. Use the 2 digit language code which you can find at the end of URL when you click on Language name.
Full configuration example
A full configuration sample including optional variables:
# Example configuration.yaml entry
tts:
- platform: google_translate
language: 'de'