mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Set qbittorrent integration_type to service (#90236)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"name": "qBittorrent",
|
||||
"codeowners": ["@geoffreylagaisse"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/qbittorrent",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["qbittorrent"],
|
||||
"requirements": ["python-qbittorrent==0.4.2"]
|
||||
|
@@ -4309,7 +4309,7 @@
|
||||
},
|
||||
"qbittorrent": {
|
||||
"name": "qBittorrent",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": false,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
Reference in New Issue
Block a user