From 62f296c9dd338ffe214c746bf3400a0138c61cbf Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 20 Jan 2026 20:52:32 +0100 Subject: [PATCH] Add integration_type device to ruuvi_gateway (#161318) --- homeassistant/components/ruuvi_gateway/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/ruuvi_gateway/manifest.json b/homeassistant/components/ruuvi_gateway/manifest.json index a9284893973..92fdfd823cd 100644 --- a/homeassistant/components/ruuvi_gateway/manifest.json +++ b/homeassistant/components/ruuvi_gateway/manifest.json @@ -10,6 +10,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/ruuvi_gateway", + "integration_type": "device", "iot_class": "local_polling", "requirements": ["aioruuvigateway==0.1.0"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index e6b8837557a..1855b6491c7 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5763,7 +5763,7 @@ "name": "Ruuvi", "integrations": { "ruuvi_gateway": { - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling", "name": "Ruuvi Gateway"