python
This commit is contained in:
22
custom_components/deepstack_face/services.yaml
Normal file
22
custom_components/deepstack_face/services.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
teach_face:
|
||||
name: Deepstack Teach Face
|
||||
description: Teach Deepstack a face
|
||||
fields:
|
||||
name:
|
||||
description: the name of the face
|
||||
example: Idris
|
||||
required: true
|
||||
selector:
|
||||
text:
|
||||
file_path:
|
||||
description: File on local filesystem to upload
|
||||
required: true
|
||||
example: /photos/idris.jpg
|
||||
selector:
|
||||
text:
|
||||
entity_id:
|
||||
description: Name entity.
|
||||
selector:
|
||||
entity:
|
||||
integration: deepstack_face
|
||||
domain: image_processing
|
||||
Reference in New Issue
Block a user