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

Variables

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

Detailed Description

Constants for the cloud component.

Variable Documentation

◆ CONF_ACCOUNT_LINK_SERVER

string homeassistant.components.cloud.const.CONF_ACCOUNT_LINK_SERVER = "account_link_server"

Definition at line 74 of file const.py.

◆ CONF_ACCOUNTS_SERVER

string homeassistant.components.cloud.const.CONF_ACCOUNTS_SERVER = "accounts_server"

Definition at line 75 of file const.py.

◆ CONF_ACME_SERVER

string homeassistant.components.cloud.const.CONF_ACME_SERVER = "acme_server"

Definition at line 76 of file const.py.

◆ CONF_ALEXA

string homeassistant.components.cloud.const.CONF_ALEXA = "alexa"

Definition at line 66 of file const.py.

◆ CONF_ALEXA_SERVER

string homeassistant.components.cloud.const.CONF_ALEXA_SERVER = "alexa_server"

Definition at line 77 of file const.py.

◆ CONF_ALIASES

string homeassistant.components.cloud.const.CONF_ALIASES = "aliases"

Definition at line 67 of file const.py.

◆ CONF_CLOUDHOOK_SERVER

string homeassistant.components.cloud.const.CONF_CLOUDHOOK_SERVER = "cloudhook_server"

Definition at line 78 of file const.py.

◆ CONF_COGNITO_CLIENT_ID

string homeassistant.components.cloud.const.CONF_COGNITO_CLIENT_ID = "cognito_client_id"

Definition at line 68 of file const.py.

◆ CONF_ENTITY_CONFIG

string homeassistant.components.cloud.const.CONF_ENTITY_CONFIG = "entity_config"

Definition at line 69 of file const.py.

◆ CONF_FILTER

string homeassistant.components.cloud.const.CONF_FILTER = "filter"

Definition at line 70 of file const.py.

◆ CONF_GOOGLE_ACTIONS

string homeassistant.components.cloud.const.CONF_GOOGLE_ACTIONS = "google_actions"

Definition at line 71 of file const.py.

◆ CONF_RELAYER_SERVER

string homeassistant.components.cloud.const.CONF_RELAYER_SERVER = "relayer_server"

Definition at line 79 of file const.py.

◆ CONF_REMOTESTATE_SERVER

string homeassistant.components.cloud.const.CONF_REMOTESTATE_SERVER = "remotestate_server"

Definition at line 80 of file const.py.

◆ CONF_SERVICEHANDLERS_SERVER

string homeassistant.components.cloud.const.CONF_SERVICEHANDLERS_SERVER = "servicehandlers_server"

Definition at line 82 of file const.py.

◆ CONF_THINGTALK_SERVER

string homeassistant.components.cloud.const.CONF_THINGTALK_SERVER = "thingtalk_server"

Definition at line 81 of file const.py.

◆ CONF_USER_POOL_ID

string homeassistant.components.cloud.const.CONF_USER_POOL_ID = "user_pool_id"

Definition at line 72 of file const.py.

◆ DEFAULT_ALEXA_REPORT_STATE

bool homeassistant.components.cloud.const.DEFAULT_ALEXA_REPORT_STATE = True

Definition at line 49 of file const.py.

◆ DEFAULT_DISABLE_2FA

bool homeassistant.components.cloud.const.DEFAULT_DISABLE_2FA = False

Definition at line 48 of file const.py.

◆ DEFAULT_EXPOSED_DOMAINS

list homeassistant.components.cloud.const.DEFAULT_EXPOSED_DOMAINS
Initial value:
1 = [
2  "climate",
3  "cover",
4  "fan",
5  "humidifier",
6  "light",
7  "lock",
8  "scene",
9  "script",
10  "sensor",
11  "switch",
12  "vacuum",
13  "water_heater",
14 ]

Definition at line 51 of file const.py.

◆ DEFAULT_GOOGLE_REPORT_STATE

bool homeassistant.components.cloud.const.DEFAULT_GOOGLE_REPORT_STATE = True

Definition at line 50 of file const.py.

◆ DEFAULT_TTS_DEFAULT_VOICE

tuple homeassistant.components.cloud.const.DEFAULT_TTS_DEFAULT_VOICE = ("en-US", "JennyNeural")

Definition at line 47 of file const.py.

◆ DOMAIN

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

Definition at line 16 of file const.py.

◆ MODE_DEV

string homeassistant.components.cloud.const.MODE_DEV = "development"

Definition at line 84 of file const.py.

◆ MODE_PROD

string homeassistant.components.cloud.const.MODE_PROD = "production"

Definition at line 85 of file const.py.

◆ PREF_ALEXA_DEFAULT_EXPOSE

string homeassistant.components.cloud.const.PREF_ALEXA_DEFAULT_EXPOSE = "alexa_default_expose"

Definition at line 39 of file const.py.

◆ PREF_ALEXA_ENTITY_CONFIGS

string homeassistant.components.cloud.const.PREF_ALEXA_ENTITY_CONFIGS = "alexa_entity_configs"

Definition at line 31 of file const.py.

◆ PREF_ALEXA_REPORT_STATE

string homeassistant.components.cloud.const.PREF_ALEXA_REPORT_STATE = "alexa_report_state"

Definition at line 32 of file const.py.

◆ PREF_ALEXA_SETTINGS_VERSION

string homeassistant.components.cloud.const.PREF_ALEXA_SETTINGS_VERSION = "alexa_settings_version"

Definition at line 41 of file const.py.

◆ PREF_CLOUD_USER

string homeassistant.components.cloud.const.PREF_CLOUD_USER = "cloud_user"

Definition at line 28 of file const.py.

◆ PREF_CLOUDHOOKS

string homeassistant.components.cloud.const.PREF_CLOUDHOOKS = "cloudhooks"

Definition at line 27 of file const.py.

◆ PREF_DISABLE_2FA

string homeassistant.components.cloud.const.PREF_DISABLE_2FA = "disable_2fa"

Definition at line 33 of file const.py.

◆ PREF_ENABLE_ALEXA

string homeassistant.components.cloud.const.PREF_ENABLE_ALEXA = "alexa_enabled"

Definition at line 23 of file const.py.

◆ PREF_ENABLE_CLOUD_ICE_SERVERS

string homeassistant.components.cloud.const.PREF_ENABLE_CLOUD_ICE_SERVERS = "cloud_ice_servers_enabled"

Definition at line 46 of file const.py.

◆ PREF_ENABLE_GOOGLE

string homeassistant.components.cloud.const.PREF_ENABLE_GOOGLE = "google_enabled"

Definition at line 24 of file const.py.

◆ PREF_ENABLE_REMOTE

string homeassistant.components.cloud.const.PREF_ENABLE_REMOTE = "remote_enabled"

Definition at line 25 of file const.py.

◆ PREF_GOOGLE_CONNECTED

string homeassistant.components.cloud.const.PREF_GOOGLE_CONNECTED = "google_connected"

Definition at line 44 of file const.py.

◆ PREF_GOOGLE_DEFAULT_EXPOSE

string homeassistant.components.cloud.const.PREF_GOOGLE_DEFAULT_EXPOSE = "google_default_expose"

Definition at line 40 of file const.py.

◆ PREF_GOOGLE_ENTITY_CONFIGS

string homeassistant.components.cloud.const.PREF_GOOGLE_ENTITY_CONFIGS = "google_entity_configs"

Definition at line 29 of file const.py.

◆ PREF_GOOGLE_LOCAL_WEBHOOK_ID

string homeassistant.components.cloud.const.PREF_GOOGLE_LOCAL_WEBHOOK_ID = "google_local_webhook_id"

Definition at line 36 of file const.py.

◆ PREF_GOOGLE_REPORT_STATE

string homeassistant.components.cloud.const.PREF_GOOGLE_REPORT_STATE = "google_report_state"

Definition at line 30 of file const.py.

◆ PREF_GOOGLE_SECURE_DEVICES_PIN

string homeassistant.components.cloud.const.PREF_GOOGLE_SECURE_DEVICES_PIN = "google_secure_devices_pin"

Definition at line 26 of file const.py.

◆ PREF_GOOGLE_SETTINGS_VERSION

string homeassistant.components.cloud.const.PREF_GOOGLE_SETTINGS_VERSION = "google_settings_version"

Definition at line 42 of file const.py.

◆ PREF_INSTANCE_ID

string homeassistant.components.cloud.const.PREF_INSTANCE_ID = "instance_id"

Definition at line 34 of file const.py.

◆ PREF_REMOTE_ALLOW_REMOTE_ENABLE

string homeassistant.components.cloud.const.PREF_REMOTE_ALLOW_REMOTE_ENABLE = "remote_allow_remote_enable"

Definition at line 45 of file const.py.

◆ PREF_REMOTE_DOMAIN

string homeassistant.components.cloud.const.PREF_REMOTE_DOMAIN = "remote_domain"

Definition at line 38 of file const.py.

◆ PREF_SHOULD_EXPOSE

string homeassistant.components.cloud.const.PREF_SHOULD_EXPOSE = "should_expose"

Definition at line 35 of file const.py.

◆ PREF_TTS_DEFAULT_VOICE

string homeassistant.components.cloud.const.PREF_TTS_DEFAULT_VOICE = "tts_default_voice"

Definition at line 43 of file const.py.

◆ PREF_USERNAME

string homeassistant.components.cloud.const.PREF_USERNAME = "username"

Definition at line 37 of file const.py.

◆ REQUEST_TIMEOUT

int homeassistant.components.cloud.const.REQUEST_TIMEOUT = 10

Definition at line 21 of file const.py.

◆ STT_ENTITY_UNIQUE_ID

string homeassistant.components.cloud.const.STT_ENTITY_UNIQUE_ID = "cloud-speech-to-text"

Definition at line 89 of file const.py.

◆ TTS_ENTITY_UNIQUE_ID

string homeassistant.components.cloud.const.TTS_ENTITY_UNIQUE_ID = "cloud-text-to-speech"

Definition at line 90 of file const.py.