1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add integration_type device to loqed (#159305)

This commit is contained in:
Joost Lekkerkerker
2025-12-17 20:45:23 +01:00
committed by GitHub
parent ff36693057
commit ecf8f55cc4
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
"config_flow": true,
"dependencies": ["webhook"],
"documentation": "https://www.home-assistant.io/integrations/loqed",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["loqedAPI==2.1.10"],
"zeroconf": [

View File

@@ -3727,7 +3727,7 @@
},
"loqed": {
"name": "LOQED Touch Smart Lock",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},