From 20b0b6beb48887c4152a72736d0747459c042399 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 28 Dec 2025 15:07:25 +0100 Subject: [PATCH] Add integration_type device to opengarage (#159856) --- homeassistant/components/opengarage/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/opengarage/manifest.json b/homeassistant/components/opengarage/manifest.json index 90c59ed1a3c..adc456d8d8b 100644 --- a/homeassistant/components/opengarage/manifest.json +++ b/homeassistant/components/opengarage/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@danielhiversen"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/opengarage", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["opengarage"], "requirements": ["open-garage==0.2.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index bc3ec9f1a1e..0b627632ed6 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4767,7 +4767,7 @@ }, "opengarage": { "name": "OpenGarage", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },