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}) | |
Config flow for ElevenLabs text-to-speech integration.
| 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.
|
private |
Definition at line 48 of file config_flow.py.
| 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.