core/homeassistant/components/qbittorrent/manifest.json

11 lines
315 B
JSON
Raw Normal View History

{
"domain": "qbittorrent",
"name": "qBittorrent",
"codeowners": ["@geoffreylagaisse"],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/qbittorrent",
"integration_type": "service",
"iot_class": "local_polling",
2023-02-08 19:13:46 +00:00
"loggers": ["qbittorrent"],
"requirements": ["python-qbittorrent==0.4.2"]
}