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