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] |
The google_cloud component.
| 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.
| bool homeassistant.components.google_cloud.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 24 of file __init__.py.
| None homeassistant.components.google_cloud.async_update_options | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 19 of file __init__.py.
| list homeassistant.components.google_cloud.PLATFORMS = [Platform.STT, Platform.TTS] |
Definition at line 9 of file __init__.py.