From 733496ff3f773ec574b1bba414b59dd5bb6a2467 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 2 Dec 2025 00:04:08 -0500 Subject: [PATCH] Add integration_type to HomeWizard Energy manifest (#157680) Co-authored-by: Claude --- homeassistant/components/homewizard/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/homewizard/manifest.json b/homeassistant/components/homewizard/manifest.json index 0d06c96cff1a..a96eca28d8c6 100644 --- a/homeassistant/components/homewizard/manifest.json +++ b/homeassistant/components/homewizard/manifest.json @@ -9,6 +9,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/homewizard", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["homewizard_energy"], "quality_scale": "platinum", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index ef0478f0ab86..03084b48a4ea 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2796,7 +2796,7 @@ }, "homewizard": { "name": "HomeWizard Energy", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },