From d28a4598d58294ef7f8b7e50bf1b576e809c4b73 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 20:19:46 +0100 Subject: [PATCH] Add integration_type device to hlk_sw16 (#159128) --- homeassistant/components/hlk_sw16/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/hlk_sw16/manifest.json b/homeassistant/components/hlk_sw16/manifest.json index f4153e8021b..141261fbcc0 100644 --- a/homeassistant/components/hlk_sw16/manifest.json +++ b/homeassistant/components/hlk_sw16/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@jameshilliard"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/hlk_sw16", + "integration_type": "device", "iot_class": "local_push", "loggers": ["hlk_sw16"], "requirements": ["hlk-sw16==0.0.9"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index a6df5d538a4..98b01aa27d9 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2753,7 +2753,7 @@ }, "hlk_sw16": { "name": "Hi-Link HLK-SW16", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },