core/homeassistant/components/pi_hole/manifest.json

10 lines
265 B
JSON

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