mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Josef Zweck <josef@zweck.dev>
11 lines
262 B
JSON
11 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.9.0"]
|
|
}
|