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

Classes

class  ElevenLabsConfigFlow
 
class  ElevenLabsOptionsFlow
 

Functions

tuple[dict[str, str], dict[str, str]] get_voices_models (HomeAssistant hass, str api_key)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 USER_STEP_SCHEMA = vol.Schema({vol.Required(CONF_API_KEY): str})
 

Detailed Description

Config flow for ElevenLabs text-to-speech integration.

Function Documentation

◆ get_voices_models()

tuple[dict[str, str], dict[str, str]] homeassistant.components.elevenlabs.config_flow.get_voices_models ( HomeAssistant  hass,
str   api_key 
)
Get available voices and models as dicts.

Definition at line 51 of file config_flow.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.elevenlabs.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 48 of file config_flow.py.

◆ USER_STEP_SCHEMA

homeassistant.components.elevenlabs.config_flow.USER_STEP_SCHEMA = vol.Schema({vol.Required(CONF_API_KEY): str})

Definition at line 45 of file config_flow.py.