From 6c7d922defd54f5355fe530390545a30bdfaadfa Mon Sep 17 00:00:00 2001 From: disforw Date: Thu, 1 Jun 2023 08:53:28 -0400 Subject: [PATCH] Adding myself as codeowner to QNAP (#93915) * Adding codeowner and integration_type * Update CODEOWNERS * Update sorting * Update integrations.json --- CODEOWNERS | 1 + homeassistant/components/qnap/manifest.json | 3 ++- homeassistant/generated/integrations.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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"