From a663d556326ea1fc354f065d80dc56f58ed2dee6 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 20 Jan 2026 21:07:50 +0100 Subject: [PATCH] Add integration_type device to renson (#161310) --- homeassistant/components/renson/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/renson/manifest.json b/homeassistant/components/renson/manifest.json index fcc482959f2..2c1e24244ae 100644 --- a/homeassistant/components/renson/manifest.json +++ b/homeassistant/components/renson/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@jimmyd-be"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/renson", + "integration_type": "device", "iot_class": "local_polling", "requirements": ["renson-endura-delta==1.7.2"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index b5c95c0e739..0edcb3a002b 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5571,7 +5571,7 @@ }, "renson": { "name": "Renson", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },