core/homeassistant/components/elevenlabs/const.py

8 lines
170 B
Python

"""Constants for the ElevenLabs text-to-speech integration."""
CONF_VOICE = "voice"
CONF_MODEL = "model"
DOMAIN = "elevenlabs"
DEFAULT_MODEL = "eleven_multilingual_v2"