From faae23ee1bb6b1e159fc8c3c6189831c8b2fd1c2 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 16 Dec 2025 11:42:59 +0100 Subject: [PATCH] Add integration_type device to iotawatt (#159178) --- homeassistant/components/iotawatt/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/iotawatt/manifest.json b/homeassistant/components/iotawatt/manifest.json index 5fd178389d9..f6f9efb1632 100644 --- a/homeassistant/components/iotawatt/manifest.json +++ b/homeassistant/components/iotawatt/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@gtdiehl", "@jyavenard"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/iotawatt", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["iotawattpy"], "requirements": ["ha-iotawattpy==0.1.2"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index e2461257189..29458a87470 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3118,7 +3118,7 @@ }, "iotawatt": { "name": "IoTaWatt", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },