Set qbittorrent integration_type to service (#90236)

This commit is contained in:
Chris Xiao 2023-03-26 17:40:59 -04:00 committed by GitHub
parent 0393797ade
commit 2642d37505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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"]

View File

@ -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"
}, },