From 2f82c3127d9ab608b36804c65ae6bc698880d102 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 22 Feb 2026 10:50:30 +0100 Subject: [PATCH] Add integration_type device to venstar (#163745) --- homeassistant/components/venstar/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/venstar/manifest.json b/homeassistant/components/venstar/manifest.json index 5991dc8fe513..eba5c8a6cd48 100644 --- a/homeassistant/components/venstar/manifest.json +++ b/homeassistant/components/venstar/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@garbled1", "@jhollowe"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/venstar", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["venstarcolortouch"], "requirements": ["venstarcolortouch==0.21"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index eeb4bbb6806e..8fb1ff93c96a 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -7473,7 +7473,7 @@ }, "venstar": { "name": "Venstar", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },