2023-06-28 07:42:12 +00:00
|
|
|
{
|
|
|
|
"domain": "loqed",
|
|
|
|
"name": "LOQED Touch Smart Lock",
|
2023-07-25 06:27:18 +00:00
|
|
|
"after_dependencies": ["cloud"],
|
2023-06-28 07:42:12 +00:00
|
|
|
"codeowners": ["@mikewoudenberg"],
|
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": ["webhook"],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/loqed",
|
|
|
|
"iot_class": "local_push",
|
2023-10-06 13:37:18 +00:00
|
|
|
"requirements": ["loqedAPI==2.1.8"],
|
2023-06-28 07:42:12 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_http._tcp.local.",
|
|
|
|
"name": "loqed*"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|