hass-core/homeassistant/components/qbittorrent/manifest.json
2023-06-07 18:11:39 +02:00

11 lines
338 B
JSON

{
"domain": "qbittorrent",
"name": "qBittorrent",
"codeowners": ["@geoffreylagaisse"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/qbittorrent",
"integration_type": "service",
"iot_class": "local_polling",
"loggers": ["qbittorrent"],
"requirements": ["python-qbittorrent==0.4.3"]
}