Classes | |
| class | AnthropicConfigFlow |
| class | AnthropicOptionsFlow |
Functions | |
| dict | anthropic_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_USER_DATA_SCHEMA | |
Config flow for Anthropic integration.
| dict homeassistant.components.anthropic.config_flow.anthropic_config_option_schema | ( | HomeAssistant | hass, |
| dict[str, Any] | MappingProxyType[str, Any] | options | ||
| ) |
Return a schema for Anthropic completion options.
Definition at line 164 of file config_flow.py.
| None homeassistant.components.anthropic.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 57 of file config_flow.py.
|
private |
Definition at line 42 of file config_flow.py.
| dictionary homeassistant.components.anthropic.config_flow.RECOMMENDED_OPTIONS |
Definition at line 50 of file config_flow.py.
| homeassistant.components.anthropic.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 44 of file config_flow.py.