mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
14 lines
449 B
JSON
14 lines
449 B
JSON
{
|
|
"domain": "open_router",
|
|
"name": "OpenRouter",
|
|
"after_dependencies": ["assist_pipeline", "intent"],
|
|
"codeowners": ["@joostlek", "@ab3lson"],
|
|
"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==2.21.0", "python-open-router==0.3.3"]
|
|
}
|