1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-19 08:19:26 +01:00
Files
core/homeassistant/components/open_router/manifest.json
2026-02-14 20:08:45 -05:00

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==2.21.0", "python-open-router==0.3.3"]
}