Namespaces | |
| application_credentials | |
| config_flow | |
| const | |
| diagnostics | |
| helpers | |
| notify | |
Classes | |
| class | GoogleAssistantConversationAgent |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| None | async_setup_service (HomeAssistant hass) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| string | SERVICE_SEND_TEXT_COMMAND = "send_text_command" |
| string | SERVICE_SEND_TEXT_COMMAND_FIELD_COMMAND = "command" |
| string | SERVICE_SEND_TEXT_COMMAND_FIELD_MEDIA_PLAYER = "media_player" |
| SERVICE_SEND_TEXT_COMMAND_SCHEMA | |
Support for Google Assistant SDK.
| bool homeassistant.components.google_assistant_sdk.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Google Assistant SDK component.
Definition at line 58 of file __init__.py.
| bool homeassistant.components.google_assistant_sdk.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Google Assistant SDK from a config entry.
Definition at line 69 of file __init__.py.
| None homeassistant.components.google_assistant_sdk.async_setup_service | ( | HomeAssistant | hass | ) |
Add the services for Google Assistant SDK.
Definition at line 116 of file __init__.py.
| bool homeassistant.components.google_assistant_sdk.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 99 of file __init__.py.
| homeassistant.components.google_assistant_sdk.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 55 of file __init__.py.
| string homeassistant.components.google_assistant_sdk.SERVICE_SEND_TEXT_COMMAND = "send_text_command" |
Definition at line 43 of file __init__.py.
| string homeassistant.components.google_assistant_sdk.SERVICE_SEND_TEXT_COMMAND_FIELD_COMMAND = "command" |
Definition at line 44 of file __init__.py.
| string homeassistant.components.google_assistant_sdk.SERVICE_SEND_TEXT_COMMAND_FIELD_MEDIA_PLAYER = "media_player" |
Definition at line 45 of file __init__.py.
| homeassistant.components.google_assistant_sdk.SERVICE_SEND_TEXT_COMMAND_SCHEMA |
Definition at line 46 of file __init__.py.