Home Assistant Unofficial Reference 2024.12.1
tts.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.google_cloud.tts.BaseGoogleCloudProvider
 
class  homeassistant.components.google_cloud.tts.GoogleCloudTTSEntity
 
class  homeassistant.components.google_cloud.tts.GoogleCloudTTSProvider
 

Namespaces

 homeassistant.components.google_cloud.tts
 

Functions

Provider|None homeassistant.components.google_cloud.tts.async_get_engine (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 
None homeassistant.components.google_cloud.tts.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.google_cloud.tts._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.google_cloud.tts.PLATFORM_SCHEMA = TTS_PLATFORM_SCHEMA.extend(tts_platform_schema().schema)