From 360b394d03ea6da5ff1e89aa6a66a704e9a2117c Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 20 Jan 2026 21:09:09 +0100 Subject: [PATCH] Add integration_type hub to rfxtrx (#161311) --- homeassistant/components/rfxtrx/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/rfxtrx/manifest.json b/homeassistant/components/rfxtrx/manifest.json index bb3701e2e31..34df4c26c18 100644 --- a/homeassistant/components/rfxtrx/manifest.json +++ b/homeassistant/components/rfxtrx/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@danielhiversen", "@elupus", "@RobBie1221"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/rfxtrx", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["RFXtrx"], "requirements": ["pyRFXtrx==0.31.1"]