Classes | |
| class | GoogleGenerativeAIConfigFlow |
| class | GoogleGenerativeAIOptionsFlow |
Functions | |
| dict | google_generative_ai_config_option_schema (HomeAssistant hass, dict[str, Any]|MappingProxyType[str, Any] options) |
| None | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | RECOMMENDED_OPTIONS |
| STEP_API_DATA_SCHEMA | |
Config flow for Google Generative AI Conversation integration.
| dict homeassistant.components.google_generative_ai_conversation.config_flow.google_generative_ai_config_option_schema | ( | HomeAssistant | hass, |
| dict[str, Any] | MappingProxyType[str, Any] | options | ||
| ) |
Return a schema for Google Generative AI completion options.
Definition at line 198 of file config_flow.py.
| None homeassistant.components.google_generative_ai_conversation.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data | ||
| ) |
Validate the user input allows us to connect. Data has the keys from STEP_USER_DATA_SCHEMA with values provided by the user.
Definition at line 73 of file config_flow.py.
|
private |
Definition at line 58 of file config_flow.py.
| dictionary homeassistant.components.google_generative_ai_conversation.config_flow.RECOMMENDED_OPTIONS |
Definition at line 66 of file config_flow.py.
| homeassistant.components.google_generative_ai_conversation.config_flow.STEP_API_DATA_SCHEMA |
Definition at line 60 of file config_flow.py.