Namespaces | |
| config_flow | |
| const | |
| tts | |
Classes | |
| class | ElevenLabsData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, EleventLabsConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, EleventLabsConfigEntry entry) |
| Model|None | get_model_by_id (AsyncElevenLabs client, str model_id) |
| None | update_listener (HomeAssistant hass, EleventLabsConfigEntry config_entry) |
Variables | |
| EleventLabsConfigEntry | |
The ElevenLabs text-to-speech integration.
| bool homeassistant.components.elevenlabs.async_setup_entry | ( | HomeAssistant | hass, |
| EleventLabsConfigEntry | entry | ||
| ) |
Set up ElevenLabs text-to-speech from a config entry.
Definition at line 42 of file __init__.py.
| bool homeassistant.components.elevenlabs.async_unload_entry | ( | HomeAssistant | hass, |
| EleventLabsConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 64 of file __init__.py.
| Model | None homeassistant.components.elevenlabs.get_model_by_id | ( | AsyncElevenLabs | client, |
| str | model_id | ||
| ) |
Get ElevenLabs model from their API by the model_id.
Definition at line 22 of file __init__.py.
| None homeassistant.components.elevenlabs.update_listener | ( | HomeAssistant | hass, |
| EleventLabsConfigEntry | config_entry | ||
| ) |
Handle options update.
Definition at line 71 of file __init__.py.
| homeassistant.components.elevenlabs.EleventLabsConfigEntry |
Definition at line 39 of file __init__.py.