Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_generative_ai_conversation Namespace Reference

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"
 

Detailed Description

The Google Generative AI Conversation integration.

Function Documentation

◆ async_setup()

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.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.google_generative_ai_conversation.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload GoogleGenerativeAI.

Definition at line 126 of file __init__.py.

Variable Documentation

◆ CONF_IMAGE_FILENAME

string homeassistant.components.google_generative_ai_conversation.CONF_IMAGE_FILENAME = "image_filename"

Definition at line 35 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.google_generative_ai_conversation.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 37 of file __init__.py.

◆ PLATFORMS

tuple homeassistant.components.google_generative_ai_conversation.PLATFORMS = (Platform.CONVERSATION,)

Definition at line 38 of file __init__.py.

◆ SERVICE_GENERATE_CONTENT

string homeassistant.components.google_generative_ai_conversation.SERVICE_GENERATE_CONTENT = "generate_content"

Definition at line 34 of file __init__.py.