* 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>
10 lines
262 B
JSON
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"]
|
|
}
|