From b8ab0bcadfc1014ad53b25a850fdfca22da073c9 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 23:25:51 +0100 Subject: [PATCH] Add integration_type service to dnsip (#158930) --- homeassistant/components/dnsip/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/dnsip/manifest.json b/homeassistant/components/dnsip/manifest.json index 98d0b21db877..5bfb52371333 100644 --- a/homeassistant/components/dnsip/manifest.json +++ b/homeassistant/components/dnsip/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@gjohansson-ST"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/dnsip", + "integration_type": "service", "iot_class": "cloud_polling", "requirements": ["aiodns==3.6.0"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 3cbf9e3f23a2..5e5144ab58b0 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1395,7 +1395,7 @@ }, "dnsip": { "name": "DNS IP", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },