hass-core/homeassistant/components/pi_hole/manifest.json
2022-04-13 16:02:26 +02:00

10 lines
277 B
JSON

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