Go to the source code of this file.
Namespaces | |
| homeassistant.components.google_generative_ai_conversation | |
Functions | |
| bool | homeassistant.components.google_generative_ai_conversation.async_setup (HomeAssistant hass, ConfigType config) |
| bool | homeassistant.components.google_generative_ai_conversation.async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | homeassistant.components.google_generative_ai_conversation.async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| string | homeassistant.components.google_generative_ai_conversation.CONF_IMAGE_FILENAME = "image_filename" |
| homeassistant.components.google_generative_ai_conversation.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| tuple | homeassistant.components.google_generative_ai_conversation.PLATFORMS = (Platform.CONVERSATION,) |
| string | homeassistant.components.google_generative_ai_conversation.SERVICE_GENERATE_CONTENT = "generate_content" |