diff --git a/CODEOWNERS b/CODEOWNERS index cd7ae315b09..ed111835aa0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -963,6 +963,7 @@ build.json @home-assistant/supervisor /tests/components/qingping/ @bdraco @skgsergio /homeassistant/components/qld_bushfire/ @exxamalte /tests/components/qld_bushfire/ @exxamalte +/homeassistant/components/qnap/ @disforw /homeassistant/components/qnap_qsw/ @Noltari /tests/components/qnap_qsw/ @Noltari /homeassistant/components/quantum_gateway/ @cisasteelersfan diff --git a/homeassistant/components/qnap/manifest.json b/homeassistant/components/qnap/manifest.json index 95ab9264dfc..fb55d40c66e 100644 --- a/homeassistant/components/qnap/manifest.json +++ b/homeassistant/components/qnap/manifest.json @@ -1,8 +1,9 @@ { "domain": "qnap", "name": "QNAP", - "codeowners": [], + "codeowners": ["@disforw"], "documentation": "https://www.home-assistant.io/integrations/qnap", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["qnapstats"], "requirements": ["qnapstats==0.4.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 37f7c2e6071..4306aa981fa 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4386,7 +4386,7 @@ "name": "QNAP", "integrations": { "qnap": { - "integration_type": "hub", + "integration_type": "device", "config_flow": false, "iot_class": "local_polling", "name": "QNAP"