hass-core/homeassistant/components/pi_hole/manifest.json
John Luetke a16d98854a
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>
2024-04-15 22:32:14 +02:00

10 lines
262 B
JSON

{
"domain": "pi_hole",
"name": "Pi-hole",
"codeowners": ["@shenxn"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/pi_hole",
"iot_class": "local_polling",
"loggers": ["hole"],
"requirements": ["hole==0.8.0"]
}