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:
John Luetke 2024-04-15 13:32:14 -07:00 committed by GitHub
parent 5f055a64bb
commit a16d98854a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

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

View file

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