From b57e848d5d9699fd0494ee65b26d740e47c135e8 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 28 Dec 2025 15:36:53 +0100 Subject: [PATCH] Add integration_type device to opentherm_gw (#159860) --- homeassistant/components/opentherm_gw/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/opentherm_gw/manifest.json b/homeassistant/components/opentherm_gw/manifest.json index ecd0a6b99d5..c32f3f3c498 100644 --- a/homeassistant/components/opentherm_gw/manifest.json +++ b/homeassistant/components/opentherm_gw/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@mvn23"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/opentherm_gw", + "integration_type": "device", "iot_class": "local_push", "loggers": ["pyotgw"], "requirements": ["pyotgw==2.2.2"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 9f97838e29e..22900e4d3d4 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4803,7 +4803,7 @@ }, "opentherm_gw": { "name": "OpenTherm Gateway", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },