diff --git a/homeassistant/components/vallox/manifest.json b/homeassistant/components/vallox/manifest.json index 9cb3c739825..843df07b358 100644 --- a/homeassistant/components/vallox/manifest.json +++ b/homeassistant/components/vallox/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@andre-richter", "@slovdahl", "@viiru-", "@yozik04"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/vallox", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["vallox_websocket_api"], "requirements": ["vallox-websocket-api==6.0.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 6e13eebeeda..c75726e6316 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -7444,7 +7444,7 @@ }, "vallox": { "name": "Vallox", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },