From 6ffd05313bbdc1602e4c1aefcacd0fd64115ed28 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 18 Dec 2025 19:24:26 +0100 Subject: [PATCH] Add integration_type device to lookin (#159304) --- homeassistant/components/lookin/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/lookin/manifest.json b/homeassistant/components/lookin/manifest.json index 63da470c5cd..368e44805ac 100644 --- a/homeassistant/components/lookin/manifest.json +++ b/homeassistant/components/lookin/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@ANMalko", "@bdraco"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/lookin", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["aiolookin"], "requirements": ["aiolookin==1.0.0"],