Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.cloud.const
 

Variables

string homeassistant.components.cloud.const.CONF_ACCOUNT_LINK_SERVER = "account_link_server"
 
string homeassistant.components.cloud.const.CONF_ACCOUNTS_SERVER = "accounts_server"
 
string homeassistant.components.cloud.const.CONF_ACME_SERVER = "acme_server"
 
string homeassistant.components.cloud.const.CONF_ALEXA = "alexa"
 
string homeassistant.components.cloud.const.CONF_ALEXA_SERVER = "alexa_server"
 
string homeassistant.components.cloud.const.CONF_ALIASES = "aliases"
 
string homeassistant.components.cloud.const.CONF_CLOUDHOOK_SERVER = "cloudhook_server"
 
string homeassistant.components.cloud.const.CONF_COGNITO_CLIENT_ID = "cognito_client_id"
 
string homeassistant.components.cloud.const.CONF_ENTITY_CONFIG = "entity_config"
 
string homeassistant.components.cloud.const.CONF_FILTER = "filter"
 
string homeassistant.components.cloud.const.CONF_GOOGLE_ACTIONS = "google_actions"
 
string homeassistant.components.cloud.const.CONF_RELAYER_SERVER = "relayer_server"
 
string homeassistant.components.cloud.const.CONF_REMOTESTATE_SERVER = "remotestate_server"
 
string homeassistant.components.cloud.const.CONF_SERVICEHANDLERS_SERVER = "servicehandlers_server"
 
string homeassistant.components.cloud.const.CONF_THINGTALK_SERVER = "thingtalk_server"
 
string homeassistant.components.cloud.const.CONF_USER_POOL_ID = "user_pool_id"
 
bool homeassistant.components.cloud.const.DEFAULT_ALEXA_REPORT_STATE = True
 
bool homeassistant.components.cloud.const.DEFAULT_DISABLE_2FA = False
 
list homeassistant.components.cloud.const.DEFAULT_EXPOSED_DOMAINS
 
bool homeassistant.components.cloud.const.DEFAULT_GOOGLE_REPORT_STATE = True
 
tuple homeassistant.components.cloud.const.DEFAULT_TTS_DEFAULT_VOICE = ("en-US", "JennyNeural")
 
string homeassistant.components.cloud.const.DOMAIN = "cloud"
 
string homeassistant.components.cloud.const.MODE_DEV = "development"
 
string homeassistant.components.cloud.const.MODE_PROD = "production"
 
string homeassistant.components.cloud.const.PREF_ALEXA_DEFAULT_EXPOSE = "alexa_default_expose"
 
string homeassistant.components.cloud.const.PREF_ALEXA_ENTITY_CONFIGS = "alexa_entity_configs"
 
string homeassistant.components.cloud.const.PREF_ALEXA_REPORT_STATE = "alexa_report_state"
 
string homeassistant.components.cloud.const.PREF_ALEXA_SETTINGS_VERSION = "alexa_settings_version"
 
string homeassistant.components.cloud.const.PREF_CLOUD_USER = "cloud_user"
 
string homeassistant.components.cloud.const.PREF_CLOUDHOOKS = "cloudhooks"
 
string homeassistant.components.cloud.const.PREF_DISABLE_2FA = "disable_2fa"
 
string homeassistant.components.cloud.const.PREF_ENABLE_ALEXA = "alexa_enabled"
 
string homeassistant.components.cloud.const.PREF_ENABLE_CLOUD_ICE_SERVERS = "cloud_ice_servers_enabled"
 
string homeassistant.components.cloud.const.PREF_ENABLE_GOOGLE = "google_enabled"
 
string homeassistant.components.cloud.const.PREF_ENABLE_REMOTE = "remote_enabled"
 
string homeassistant.components.cloud.const.PREF_GOOGLE_CONNECTED = "google_connected"
 
string homeassistant.components.cloud.const.PREF_GOOGLE_DEFAULT_EXPOSE = "google_default_expose"
 
string homeassistant.components.cloud.const.PREF_GOOGLE_ENTITY_CONFIGS = "google_entity_configs"
 
string homeassistant.components.cloud.const.PREF_GOOGLE_LOCAL_WEBHOOK_ID = "google_local_webhook_id"
 
string homeassistant.components.cloud.const.PREF_GOOGLE_REPORT_STATE = "google_report_state"
 
string homeassistant.components.cloud.const.PREF_GOOGLE_SECURE_DEVICES_PIN = "google_secure_devices_pin"
 
string homeassistant.components.cloud.const.PREF_GOOGLE_SETTINGS_VERSION = "google_settings_version"
 
string homeassistant.components.cloud.const.PREF_INSTANCE_ID = "instance_id"
 
string homeassistant.components.cloud.const.PREF_REMOTE_ALLOW_REMOTE_ENABLE = "remote_allow_remote_enable"
 
string homeassistant.components.cloud.const.PREF_REMOTE_DOMAIN = "remote_domain"
 
string homeassistant.components.cloud.const.PREF_SHOULD_EXPOSE = "should_expose"
 
string homeassistant.components.cloud.const.PREF_TTS_DEFAULT_VOICE = "tts_default_voice"
 
string homeassistant.components.cloud.const.PREF_USERNAME = "username"
 
int homeassistant.components.cloud.const.REQUEST_TIMEOUT = 10
 
string homeassistant.components.cloud.const.STT_ENTITY_UNIQUE_ID = "cloud-speech-to-text"
 
string homeassistant.components.cloud.const.TTS_ENTITY_UNIQUE_ID = "cloud-text-to-speech"