Go to the source code of this file.
Classes | |
| class | homeassistant.components.google_assistant_sdk.GoogleAssistantConversationAgent |
Namespaces | |
| homeassistant.components.google_assistant_sdk | |
Functions | |
| bool | homeassistant.components.google_assistant_sdk.async_setup (HomeAssistant hass, ConfigType config) |
| bool | homeassistant.components.google_assistant_sdk.async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| None | homeassistant.components.google_assistant_sdk.async_setup_service (HomeAssistant hass) |
| bool | homeassistant.components.google_assistant_sdk.async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| homeassistant.components.google_assistant_sdk.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| string | homeassistant.components.google_assistant_sdk.SERVICE_SEND_TEXT_COMMAND = "send_text_command" |
| string | homeassistant.components.google_assistant_sdk.SERVICE_SEND_TEXT_COMMAND_FIELD_COMMAND = "command" |
| string | homeassistant.components.google_assistant_sdk.SERVICE_SEND_TEXT_COMMAND_FIELD_MEDIA_PLAYER = "media_player" |
| homeassistant.components.google_assistant_sdk.SERVICE_SEND_TEXT_COMMAND_SCHEMA | |