diff --git a/homeassistant/components/qbittorrent/manifest.json b/homeassistant/components/qbittorrent/manifest.json index 2c1a7be74f..47090ab8b9 100644 --- a/homeassistant/components/qbittorrent/manifest.json +++ b/homeassistant/components/qbittorrent/manifest.json @@ -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"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 7340980f13..4001adbd20 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4309,7 +4309,7 @@ }, "qbittorrent": { "name": "qBittorrent", - "integration_type": "hub", + "integration_type": "service", "config_flow": false, "iot_class": "local_polling" },