From ca9bbc72f3b7f8d1ab963b79866b19eaece87c4c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Apr 2022 16:02:26 +0200 Subject: [PATCH] Remove myself from Pi-hole codeowners (#69956) --- CODEOWNERS | 4 ++-- homeassistant/components/pi_hole/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"]