Remove pihole codeowner (#110384)
* Update codeowners Removing myself from codeowners as I have been unable to dedicate time to this * Update CODEOWNERS --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
5f055a64bb
commit
a16d98854a
2 changed files with 3 additions and 3 deletions
|
@ -1023,8 +1023,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/ @johnluetke @shenxn
|
||||
/tests/components/pi_hole/ @johnluetke @shenxn
|
||||
/homeassistant/components/pi_hole/ @shenxn
|
||||
/tests/components/pi_hole/ @shenxn
|
||||
/homeassistant/components/picnic/ @corneyl
|
||||
/tests/components/picnic/ @corneyl
|
||||
/homeassistant/components/pilight/ @trekky12
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"domain": "pi_hole",
|
||||
"name": "Pi-hole",
|
||||
"codeowners": ["@johnluetke", "@shenxn"],
|
||||
"codeowners": ["@shenxn"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/pi_hole",
|
||||
"iot_class": "local_polling",
|
||||
|
|
Loading…
Add table
Reference in a new issue