Remove myself from Pi-hole codeowners (#69956)
parent
dc53a39b0f
commit
ca9bbc72f3
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue