From 71d29ba28e3cb8dbed04f1be77fcf020b9b030fd Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 25 Dec 2025 21:54:32 +0100 Subject: [PATCH] Add integration_type hub to motioneye (#159698) --- homeassistant/components/motioneye/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/motioneye/manifest.json b/homeassistant/components/motioneye/manifest.json index ca99361981f..852945ac1c0 100644 --- a/homeassistant/components/motioneye/manifest.json +++ b/homeassistant/components/motioneye/manifest.json @@ -6,6 +6,7 @@ "config_flow": true, "dependencies": ["http", "webhook"], "documentation": "https://www.home-assistant.io/integrations/motioneye", + "integration_type": "hub", "iot_class": "local_polling", "loggers": ["motioneye_client"], "requirements": ["motioneye-client==0.3.14"]