diff --git a/homeassistant/components/opentherm_gw/manifest.json b/homeassistant/components/opentherm_gw/manifest.json index ecd0a6b99d5..c32f3f3c498 100644 --- a/homeassistant/components/opentherm_gw/manifest.json +++ b/homeassistant/components/opentherm_gw/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@mvn23"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/opentherm_gw", + "integration_type": "device", "iot_class": "local_push", "loggers": ["pyotgw"], "requirements": ["pyotgw==2.2.2"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 9f97838e29e..22900e4d3d4 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4803,7 +4803,7 @@ }, "opentherm_gw": { "name": "OpenTherm Gateway", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },