core/homeassistant/components/pi_hole/manifest.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.8.0"]
}