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",
|
2022-11-07 18:39:29 +00:00
|
|
|
"loggers": ["aiopyarr"],
|
|
|
|
"integration_type": "service"
|
2022-09-20 15:51:29 +00:00
|
|
|
}
|