From e1529620db9bfc72a1ef3edbe776e0fb07e5276e Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 25 Feb 2026 07:25:20 +0100 Subject: [PATCH] Add integration_type hub to yale (#163989) --- homeassistant/components/yale/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/yale/manifest.json b/homeassistant/components/yale/manifest.json index 8acd61add7c3..8be572968c78 100644 --- a/homeassistant/components/yale/manifest.json +++ b/homeassistant/components/yale/manifest.json @@ -11,6 +11,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/yale", + "integration_type": "hub", "iot_class": "cloud_push", "loggers": ["socketio", "engineio", "yalexs"], "requirements": ["yalexs==9.2.0", "yalexs-ble==3.2.4"]