1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-01 14:12:01 +01:00
Files
core/homeassistant/components/anthropic/manifest.json
2025-08-08 20:51:49 +02:00

13 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.62.0"]
}