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

Variables

string ATTR_CACHE = "cache"
 
string ATTR_LANGUAGE = "language"
 
string ATTR_MESSAGE = "message"
 
string ATTR_OPTIONS = "options"
 
string CONF_CACHE = "cache"
 
string CONF_CACHE_DIR = "cache_dir"
 
string CONF_FIELDS = "fields"
 
string CONF_TIME_MEMORY = "time_memory"
 
bool DEFAULT_CACHE = True
 
string DEFAULT_CACHE_DIR = "tts"
 
int DEFAULT_TIME_MEMORY = 300
 
string DOMAIN = "tts"
 
 TtsAudioType
 

Detailed Description

Text-to-speech constants.

Variable Documentation

◆ ATTR_CACHE

string homeassistant.components.tts.const.ATTR_CACHE = "cache"

Definition at line 14 of file const.py.

◆ ATTR_LANGUAGE

string homeassistant.components.tts.const.ATTR_LANGUAGE = "language"

Definition at line 15 of file const.py.

◆ ATTR_MESSAGE

string homeassistant.components.tts.const.ATTR_MESSAGE = "message"

Definition at line 16 of file const.py.

◆ ATTR_OPTIONS

string homeassistant.components.tts.const.ATTR_OPTIONS = "options"

Definition at line 17 of file const.py.

◆ CONF_CACHE

string homeassistant.components.tts.const.CONF_CACHE = "cache"

Definition at line 19 of file const.py.

◆ CONF_CACHE_DIR

string homeassistant.components.tts.const.CONF_CACHE_DIR = "cache_dir"

Definition at line 20 of file const.py.

◆ CONF_FIELDS

string homeassistant.components.tts.const.CONF_FIELDS = "fields"

Definition at line 21 of file const.py.

◆ CONF_TIME_MEMORY

string homeassistant.components.tts.const.CONF_TIME_MEMORY = "time_memory"

Definition at line 22 of file const.py.

◆ DEFAULT_CACHE

bool homeassistant.components.tts.const.DEFAULT_CACHE = True

Definition at line 24 of file const.py.

◆ DEFAULT_CACHE_DIR

string homeassistant.components.tts.const.DEFAULT_CACHE_DIR = "tts"

Definition at line 25 of file const.py.

◆ DEFAULT_TIME_MEMORY

int homeassistant.components.tts.const.DEFAULT_TIME_MEMORY = 300

Definition at line 26 of file const.py.

◆ DOMAIN

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

Definition at line 28 of file const.py.

◆ TtsAudioType

homeassistant.components.tts.const.TtsAudioType

Definition at line 33 of file const.py.