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

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
 

Detailed Description

The ElevenLabs text-to-speech integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.elevenlabs.async_unload_entry ( HomeAssistant  hass,
EleventLabsConfigEntry   entry 
)
Unload a config entry.

Definition at line 64 of file __init__.py.

◆ get_model_by_id()

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.

◆ update_listener()

None homeassistant.components.elevenlabs.update_listener ( HomeAssistant  hass,
EleventLabsConfigEntry   config_entry 
)
Handle options update.

Definition at line 71 of file __init__.py.

Variable Documentation

◆ EleventLabsConfigEntry

homeassistant.components.elevenlabs.EleventLabsConfigEntry

Definition at line 39 of file __init__.py.