From e469e50f76d362d29df97d75a32dbcde07f63d6b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 23 Jan 2026 13:08:38 +0100 Subject: [PATCH] Add integration_type hub to rainforest_eagle (#161304) --- homeassistant/components/rainforest_eagle/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/rainforest_eagle/manifest.json b/homeassistant/components/rainforest_eagle/manifest.json index bac6264dd70..47456ce5014 100644 --- a/homeassistant/components/rainforest_eagle/manifest.json +++ b/homeassistant/components/rainforest_eagle/manifest.json @@ -9,6 +9,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/rainforest_eagle", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["aioeagle", "eagle100"], "requirements": ["aioeagle==1.1.0", "eagle100==0.1.1"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index cc6eb4c08f4..1a9f2e83cda 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5452,7 +5452,7 @@ "name": "Rainforest Automation", "integrations": { "rainforest_eagle": { - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling", "name": "Rainforest Eagle"