diff --git a/CODEOWNERS b/CODEOWNERS index 1a7707275af..8cec6382e57 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 217d14a6adf..94f8c8b5788 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" }