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" },