From c7fa557148e7d2d4f180d54e547a35fce4118ec7 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 28 Dec 2025 16:35:23 +0100 Subject: [PATCH] Add integration_type device to pi_hole (#159875) --- homeassistant/components/pi_hole/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/pi_hole/manifest.json b/homeassistant/components/pi_hole/manifest.json index aa8af024c5a..34979f853fe 100644 --- a/homeassistant/components/pi_hole/manifest.json +++ b/homeassistant/components/pi_hole/manifest.json @@ -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"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 01ea46e0f8e..bd5728e89e1 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5055,7 +5055,7 @@ }, "pi_hole": { "name": "Pi-hole", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },