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

Classes

class  BaseGoogleCloudProvider
 
class  GoogleCloudTTSEntity
 
class  GoogleCloudTTSProvider
 

Functions

Provider|None async_get_engine (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 PLATFORM_SCHEMA = TTS_PLATFORM_SCHEMA.extend(tts_platform_schema().schema)
 

Detailed Description

Support for the Google Cloud TTS service.

Function Documentation

◆ async_get_engine()

Provider | None homeassistant.components.google_cloud.tts.async_get_engine ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Set up Google Cloud TTS component.

Definition at line 48 of file tts.py.

◆ async_setup_entry()

None homeassistant.components.google_cloud.tts.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Google Cloud text-to-speech.

Definition at line 85 of file tts.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 43 of file tts.py.

◆ PLATFORM_SCHEMA

homeassistant.components.google_cloud.tts.PLATFORM_SCHEMA = TTS_PLATFORM_SCHEMA.extend(tts_platform_schema().schema)

Definition at line 45 of file tts.py.