mirror of https://github.com/home-assistant/core
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"domain": "overseerr",
|
|
"name": "Overseerr",
|
|
"after_dependencies": ["cloud"],
|
|
"codeowners": ["@joostlek"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/overseerr",
|
|
"integration_type": "service",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["python-overseerr==0.6.0"]
|
|
}
|