1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-15 23:43:04 +00:00
Files
core/homeassistant/components/sonarr/manifest.json
2023-02-08 20:22:30 +01:00

12 lines
303 B
JSON

{
"domain": "sonarr",
"name": "Sonarr",
"codeowners": ["@ctalkington"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sonarr",
"iot_class": "local_polling",
"loggers": ["aiopyarr"],
"quality_scale": "silver",
"requirements": ["aiopyarr==22.11.0"]
}