From 23bc78fa255adeb629f913fa280e8c0008d72f21 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 20 Jan 2026 20:44:38 +0100 Subject: [PATCH] Add integration_type device to romy (#161313) --- homeassistant/components/romy/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },