core/homeassistant/components/lidarr/manifest.json

12 lines
301 B
JSON
Raw Normal View History

2022-09-20 15:51:29 +00:00
{
"domain": "lidarr",
"name": "Lidarr",
"codeowners": ["@tkdrob"],
"config_flow": true,
2023-02-08 19:35:25 +00:00
"documentation": "https://www.home-assistant.io/integrations/lidarr",
"integration_type": "service",
2022-09-20 15:51:29 +00:00
"iot_class": "local_polling",
"loggers": ["aiopyarr"],
2023-04-09 20:48:37 +00:00
"requirements": ["aiopyarr==23.4.0"]
2022-09-20 15:51:29 +00:00
}