14 lines
437 B
JSON
14 lines
437 B
JSON
{
|
|
"domain": "open_router",
|
|
"name": "OpenRouter",
|
|
"after_dependencies": ["assist_pipeline", "intent"],
|
|
"codeowners": ["@joostlek"],
|
|
"config_flow": true,
|
|
"dependencies": ["conversation"],
|
|
"documentation": "https://www.home-assistant.io/integrations/open_router",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["openai==1.99.5", "python-open-router==0.3.1"]
|
|
}
|