From 047e54911209c51cd15e053784154fd6f32eee4e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 2 Dec 2025 01:15:11 -0500 Subject: [PATCH] Add integration_type to Motionblinds manifest (#157682) Co-authored-by: Claude --- homeassistant/components/motion_blinds/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/motion_blinds/manifest.json b/homeassistant/components/motion_blinds/manifest.json index ac5390f5c64..1a5c7c3b2dd 100644 --- a/homeassistant/components/motion_blinds/manifest.json +++ b/homeassistant/components/motion_blinds/manifest.json @@ -19,6 +19,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/motion_blinds", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["motionblinds"], "requirements": ["motionblinds==0.6.30"]