Add integration_type device to pi_hole (#159875)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 16:35:23 +01:00
committed by GitHub
parent 2b6abb372c
commit c7fa557148
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@shenxn"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/pi_hole",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["hole"],
"requirements": ["hole==0.9.0"]

View File

@@ -5055,7 +5055,7 @@
},
"pi_hole": {
"name": "Pi-hole",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},