mirror of
https://github.com/home-assistant/core.git
synced 2026-09-09 07:01:41 +01:00
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
399 B
JSON
14 lines
399 B
JSON
{
|
|
"domain": "litellm",
|
|
"name": "LiteLLM",
|
|
"after_dependencies": ["assist_pipeline", "intent"],
|
|
"codeowners": ["@luismalves"],
|
|
"config_flow": true,
|
|
"dependencies": ["conversation"],
|
|
"documentation": "https://www.home-assistant.io/integrations/litellm",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["openai==2.45.0"]
|
|
}
|