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" |
Constants for the ElevenLabs text-to-speech integration.
| 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 |