Set qbittorrent integration_type to service (#90236)
This commit is contained in:
parent
0393797ade
commit
2642d37505
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue