diff --git a/CODEOWNERS b/CODEOWNERS index 424cd0d6b99..e3ba992d043 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -760,8 +760,8 @@ build.json @home-assistant/supervisor /tests/components/persistent_notification/ @home-assistant/core /homeassistant/components/philips_js/ @elupus /tests/components/philips_js/ @elupus -/homeassistant/components/pi_hole/ @fabaff @johnluetke @shenxn -/tests/components/pi_hole/ @fabaff @johnluetke @shenxn +/homeassistant/components/pi_hole/ @johnluetke @shenxn +/tests/components/pi_hole/ @johnluetke @shenxn /homeassistant/components/picnic/ @corneyl /tests/components/picnic/ @corneyl /homeassistant/components/pilight/ @trekky12 diff --git a/homeassistant/components/pi_hole/manifest.json b/homeassistant/components/pi_hole/manifest.json index cca92d9bcec..f35b7919251 100644 --- a/homeassistant/components/pi_hole/manifest.json +++ b/homeassistant/components/pi_hole/manifest.json @@ -3,7 +3,7 @@ "name": "Pi-hole", "documentation": "https://www.home-assistant.io/integrations/pi_hole", "requirements": ["hole==0.7.0"], - "codeowners": ["@fabaff", "@johnluetke", "@shenxn"], + "codeowners": ["@johnluetke", "@shenxn"], "config_flow": true, "iot_class": "local_polling", "loggers": ["hole"]