core/homeassistant/components/lidarr/manifest.json

12 lines
302 B
JSON
Raw Normal View History

2022-09-20 15:51:29 +00:00
{
"domain": "lidarr",
"name": "Lidarr",
"documentation": "https://www.home-assistant.io/integrations/lidarr",
2022-11-07 11:23:49 +00:00
"requirements": ["aiopyarr==22.11.0"],
2022-09-20 15:51:29 +00:00
"codeowners": ["@tkdrob"],
"config_flow": true,
"iot_class": "local_polling",
"loggers": ["aiopyarr"],
"integration_type": "service"
2022-09-20 15:51:29 +00:00
}