Remove myself from Pi-hole codeowners (#69956)

This commit is contained in:
Fabian Affolter
2022-04-13 16:02:26 +02:00
committed by GitHub
parent dc53a39b0f
commit ca9bbc72f3
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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"]