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

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,)
 

Detailed Description

The Anthropic integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.anthropic.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload Anthropic.

Definition at line 44 of file __init__.py.

Variable Documentation

◆ AnthropicConfigEntry

homeassistant.components.anthropic.AnthropicConfigEntry

Definition at line 18 of file __init__.py.

◆ CONFIG_SCHEMA

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

Definition at line 16 of file __init__.py.

◆ PLATFORMS

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

Definition at line 15 of file __init__.py.