Namespaces | |
| config_flow | |
| const | |
| conversation | |
| diagnostics | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| string | CONF_IMAGE_FILENAME = "image_filename" |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| tuple | PLATFORMS = (Platform.CONVERSATION,) |
| string | SERVICE_GENERATE_CONTENT = "generate_content" |
The Google Generative AI Conversation integration.
| bool homeassistant.components.google_generative_ai_conversation.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Google Generative AI Conversation.
Definition at line 41 of file __init__.py.
| bool homeassistant.components.google_generative_ai_conversation.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Google Generative AI Conversation from a config entry.
Definition at line 103 of file __init__.py.
| bool homeassistant.components.google_generative_ai_conversation.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload GoogleGenerativeAI.
Definition at line 126 of file __init__.py.
| string homeassistant.components.google_generative_ai_conversation.CONF_IMAGE_FILENAME = "image_filename" |
Definition at line 35 of file __init__.py.
| homeassistant.components.google_generative_ai_conversation.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 37 of file __init__.py.
| tuple homeassistant.components.google_generative_ai_conversation.PLATFORMS = (Platform.CONVERSATION,) |
Definition at line 38 of file __init__.py.
| string homeassistant.components.google_generative_ai_conversation.SERVICE_GENERATE_CONTENT = "generate_content" |
Definition at line 34 of file __init__.py.