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

Classes

class  ElevenLabsTTSEntity
 

Functions

None async_setup_entry (HomeAssistant hass, EleventLabsConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
VoiceSettings to_voice_settings (MappingProxyType[str, Any] options)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for the ElevenLabs text-to-speech service.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.elevenlabs.tts.async_setup_entry ( HomeAssistant  hass,
EleventLabsConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up ElevenLabs tts platform via config entry.

Definition at line 55 of file tts.py.

◆ to_voice_settings()

VoiceSettings homeassistant.components.elevenlabs.tts.to_voice_settings ( MappingProxyType[str, Any]  options)
Return voice settings.

Definition at line 43 of file tts.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 40 of file tts.py.