From 17b6f7ec88878e92baae8301133b6deae56042c4 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Wed, 5 Jan 2022 10:14:58 -0500 Subject: [PATCH] Remove colinodell as QNAP codeowner (#63474) --- CODEOWNERS | 1 - homeassistant/components/qnap/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 1a7707275afe..8cec6382e571 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -730,7 +730,6 @@ tests/components/pvpc_hourly_pricing/* @azogue homeassistant/components/qbittorrent/* @geoffreylagaisse homeassistant/components/qld_bushfire/* @exxamalte tests/components/qld_bushfire/* @exxamalte -homeassistant/components/qnap/* @colinodell homeassistant/components/quantum_gateway/* @cisasteelersfan homeassistant/components/qvr_pro/* @oblogic7 homeassistant/components/qwikswitch/* @kellerza diff --git a/homeassistant/components/qnap/manifest.json b/homeassistant/components/qnap/manifest.json index 217d14a6adf3..94f8c8b57886 100644 --- a/homeassistant/components/qnap/manifest.json +++ b/homeassistant/components/qnap/manifest.json @@ -3,6 +3,6 @@ "name": "QNAP", "documentation": "https://www.home-assistant.io/integrations/qnap", "requirements": ["qnapstats==0.4.0"], - "codeowners": ["@colinodell"], + "codeowners": [], "iot_class": "local_polling" }