core/homeassistant/components/radarr/manifest.json

12 lines
301 B
JSON

{
"domain": "radarr",
"name": "Radarr",
"codeowners": ["@tkdrob"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/radarr",
"integration_type": "service",
"iot_class": "local_polling",
"loggers": ["aiopyarr"],
"requirements": ["aiopyarr==23.4.0"]
}