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

Namespaces

 config_flow
 
 const
 
 helpers
 
 stt
 
 tts
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None async_update_options (HomeAssistant hass, ConfigEntry entry)
 

Variables

list PLATFORMS = [Platform.STT, Platform.TTS]
 

Detailed Description

The google_cloud component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.google_cloud.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up a config entry.

Definition at line 12 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.google_cloud.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 24 of file __init__.py.

◆ async_update_options()

None homeassistant.components.google_cloud.async_update_options ( HomeAssistant  hass,
ConfigEntry  entry 
)
Handle options update.

Definition at line 19 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.google_cloud.PLATFORMS = [Platform.STT, Platform.TTS]

Definition at line 9 of file __init__.py.