Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.elevenlabs.const
 

Variables

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