Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.google_cloud.const
 

Variables

string homeassistant.components.google_cloud.const.CONF_ENCODING = "encoding"
 
string homeassistant.components.google_cloud.const.CONF_GAIN = "gain"
 
string homeassistant.components.google_cloud.const.CONF_GENDER = "gender"
 
string homeassistant.components.google_cloud.const.CONF_KEY_FILE = "key_file"
 
string homeassistant.components.google_cloud.const.CONF_PITCH = "pitch"
 
string homeassistant.components.google_cloud.const.CONF_PROFILES = "profiles"
 
string homeassistant.components.google_cloud.const.CONF_SERVICE_ACCOUNT_INFO = "service_account_info"
 
string homeassistant.components.google_cloud.const.CONF_SPEED = "speed"
 
string homeassistant.components.google_cloud.const.CONF_STT_MODEL = "stt_model"
 
string homeassistant.components.google_cloud.const.CONF_TEXT_TYPE = "text_type"
 
string homeassistant.components.google_cloud.const.CONF_VOICE = "voice"
 
string homeassistant.components.google_cloud.const.DEFAULT_LANG = "en-US"
 
string homeassistant.components.google_cloud.const.DEFAULT_STT_MODEL = "latest_short"
 
string homeassistant.components.google_cloud.const.DOMAIN = "google_cloud"
 
list homeassistant.components.google_cloud.const.STT_LANGUAGES
 
list homeassistant.components.google_cloud.const.SUPPORTED_STT_MODELS
 
string homeassistant.components.google_cloud.const.TITLE = "Google Cloud"