hass-core/homeassistant/components/dlib_face_detect/manifest.json
2022-01-28 13:37:53 -08:00

9 lines
278 B
JSON

{
"domain": "dlib_face_detect",
"name": "Dlib Face Detect",
"documentation": "https://www.home-assistant.io/integrations/dlib_face_detect",
"requirements": ["face_recognition==1.2.3"],
"codeowners": [],
"iot_class": "local_push",
"loggers": ["face_recognition"]
}