Namespaces | |
| config_flow | |
| const | |
| tts | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
The Google Translate text-to-speech integration.
| bool homeassistant.components.google_translate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Google Translate text-to-speech from a config entry.
Definition at line 12 of file __init__.py.
| bool homeassistant.components.google_translate.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 19 of file __init__.py.