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