Namespaces | |
| config_flow | |
| const | |
| conversation | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AnthropicConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| AnthropicConfigEntry | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| tuple | PLATFORMS = (Platform.CONVERSATION,) |
The Anthropic integration.
| bool homeassistant.components.anthropic.async_setup_entry | ( | HomeAssistant | hass, |
| AnthropicConfigEntry | entry | ||
| ) |
Set up Anthropic from a config entry.
Definition at line 21 of file __init__.py.
| bool homeassistant.components.anthropic.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Anthropic.
Definition at line 44 of file __init__.py.
| homeassistant.components.anthropic.AnthropicConfigEntry |
Definition at line 18 of file __init__.py.
| homeassistant.components.anthropic.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 16 of file __init__.py.
| tuple homeassistant.components.anthropic.PLATFORMS = (Platform.CONVERSATION,) |
Definition at line 15 of file __init__.py.