mirror of https://github.com/home-assistant/core
11 lines
313 B
JSON
11 lines
313 B
JSON
{
|
|
"domain": "dlib_face_identify",
|
|
"name": "Dlib Face Identify",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/dlib_face_identify",
|
|
"iot_class": "local_push",
|
|
"loggers": ["face_recognition"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["face-recognition==1.2.3"]
|
|
}
|