diff --git a/homeassistant/components/romy/manifest.json b/homeassistant/components/romy/manifest.json index efb8072ebbc..1169bee99ff 100644 --- a/homeassistant/components/romy/manifest.json +++ b/homeassistant/components/romy/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@xeniter"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/romy", + "integration_type": "device", "iot_class": "local_polling", "requirements": ["romy==0.0.10"], "zeroconf": ["_aicu-http._tcp.local."] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 2d34572e318..294931954cb 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5679,7 +5679,7 @@ }, "romy": { "name": "ROMY Vacuum Cleaner", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },