1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-01 06:02:00 +01:00
Files
core/homeassistant/components/qbittorrent/manifest.json
2025-04-14 15:37:57 +02:00

12 lines
352 B
JSON

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