Add integration_type device to hlk_sw16 (#159128)

This commit is contained in:
Joost Lekkerkerker
2025-12-15 20:19:46 +01:00
committed by GitHub
parent 229f7c4f37
commit d28a4598d5
2 changed files with 2 additions and 1 deletions

View File

@@ -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"]

View File

@@ -2753,7 +2753,7 @@
},
"hlk_sw16": {
"name": "Hi-Link HLK-SW16",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},