1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/pi_hole/manifest.json
HarvsG 1b21c986e8 Enable Pihole API v6 (#145890)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Josef Zweck <josef@zweck.dev>
2025-07-05 10:21:32 +02:00

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"]
}