* Initial commit * Use add_suggested_values * Update homeassistant/components/anthropic/conversation.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update strings.json * Update config_flow.py * Update config_flow.py * Fix tests * Update homeassistant/components/anthropic/conversation.py Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> * Removed agent registration * Moved message_convert inline function outside --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
12 lines
390 B
JSON
12 lines
390 B
JSON
{
|
|
"domain": "anthropic",
|
|
"name": "Anthropic Conversation",
|
|
"after_dependencies": ["assist_pipeline", "intent"],
|
|
"codeowners": ["@Shulyaka"],
|
|
"config_flow": true,
|
|
"dependencies": ["conversation"],
|
|
"documentation": "https://www.home-assistant.io/integrations/anthropic",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["anthropic==0.31.2"]
|
|
}
|