Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_translate.const Namespace Reference

Variables

string CONF_TLD = "tld"
 
string DEFAULT_LANG = "en"
 
string DEFAULT_TLD = "com"
 
string DOMAIN = "google_translate"
 
list SUPPORT_LANGUAGES
 
list SUPPORT_TLD
 

Detailed Description

Constants for the Google Translate text-to-speech integration.

Variable Documentation

◆ CONF_TLD

string homeassistant.components.google_translate.const.CONF_TLD = "tld"

Definition at line 5 of file const.py.

◆ DEFAULT_LANG

string homeassistant.components.google_translate.const.DEFAULT_LANG = "en"

Definition at line 6 of file const.py.

◆ DEFAULT_TLD

string homeassistant.components.google_translate.const.DEFAULT_TLD = "com"

Definition at line 7 of file const.py.

◆ DOMAIN

string homeassistant.components.google_translate.const.DOMAIN = "google_translate"

Definition at line 8 of file const.py.

◆ SUPPORT_LANGUAGES

list homeassistant.components.google_translate.const.SUPPORT_LANGUAGES

Definition at line 26 of file const.py.

◆ SUPPORT_TLD

list homeassistant.components.google_translate.const.SUPPORT_TLD

Definition at line 116 of file const.py.