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 c6685be6a373..d6b0f67ded66 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2802,7 +2802,7 @@ }, "homewizard": { "name": "HomeWizard Energy", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },