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

Variables

string CONF_CONFIGURE_VOICE = "configure_voice"
 
string CONF_MODEL = "model"
 
string CONF_OPTIMIZE_LATENCY = "optimize_streaming_latency"
 
string CONF_SIMILARITY = "similarity"
 
string CONF_STABILITY = "stability"
 
string CONF_STYLE = "style"
 
string CONF_USE_SPEAKER_BOOST = "use_speaker_boost"
 
string CONF_VOICE = "voice"
 
string DEFAULT_MODEL = "eleven_multilingual_v2"
 
int DEFAULT_OPTIMIZE_LATENCY = 0
 
float DEFAULT_SIMILARITY = 0.75
 
float DEFAULT_STABILITY = 0.5
 
int DEFAULT_STYLE = 0
 
bool DEFAULT_USE_SPEAKER_BOOST = True
 
string DOMAIN = "elevenlabs"
 

Detailed Description

Constants for the ElevenLabs text-to-speech integration.

Variable Documentation

◆ CONF_CONFIGURE_VOICE

string homeassistant.components.elevenlabs.const.CONF_CONFIGURE_VOICE = "configure_voice"

Definition at line 5 of file const.py.

◆ CONF_MODEL

string homeassistant.components.elevenlabs.const.CONF_MODEL = "model"

Definition at line 4 of file const.py.

◆ CONF_OPTIMIZE_LATENCY

string homeassistant.components.elevenlabs.const.CONF_OPTIMIZE_LATENCY = "optimize_streaming_latency"

Definition at line 8 of file const.py.

◆ CONF_SIMILARITY

string homeassistant.components.elevenlabs.const.CONF_SIMILARITY = "similarity"

Definition at line 7 of file const.py.

◆ CONF_STABILITY

string homeassistant.components.elevenlabs.const.CONF_STABILITY = "stability"

Definition at line 6 of file const.py.

◆ CONF_STYLE

string homeassistant.components.elevenlabs.const.CONF_STYLE = "style"

Definition at line 9 of file const.py.

◆ CONF_USE_SPEAKER_BOOST

string homeassistant.components.elevenlabs.const.CONF_USE_SPEAKER_BOOST = "use_speaker_boost"

Definition at line 10 of file const.py.

◆ CONF_VOICE

string homeassistant.components.elevenlabs.const.CONF_VOICE = "voice"

Definition at line 3 of file const.py.

◆ DEFAULT_MODEL

string homeassistant.components.elevenlabs.const.DEFAULT_MODEL = "eleven_multilingual_v2"

Definition at line 13 of file const.py.

◆ DEFAULT_OPTIMIZE_LATENCY

int homeassistant.components.elevenlabs.const.DEFAULT_OPTIMIZE_LATENCY = 0

Definition at line 16 of file const.py.

◆ DEFAULT_SIMILARITY

float homeassistant.components.elevenlabs.const.DEFAULT_SIMILARITY = 0.75

Definition at line 15 of file const.py.

◆ DEFAULT_STABILITY

float homeassistant.components.elevenlabs.const.DEFAULT_STABILITY = 0.5

Definition at line 14 of file const.py.

◆ DEFAULT_STYLE

int homeassistant.components.elevenlabs.const.DEFAULT_STYLE = 0

Definition at line 17 of file const.py.

◆ DEFAULT_USE_SPEAKER_BOOST

bool homeassistant.components.elevenlabs.const.DEFAULT_USE_SPEAKER_BOOST = True

Definition at line 18 of file const.py.

◆ DOMAIN

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

Definition at line 11 of file const.py.