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

View file

@ -4309,7 +4309,7 @@
},
"qbittorrent": {
"name": "qBittorrent",
"integration_type": "hub",
"integration_type": "service",
"config_flow": false,
"iot_class": "local_polling"
},