mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 05:34:15 +01:00
028a07d86f
Co-authored-by: Franck Nijhof <git@frenck.dev>
26 lines
597 B
YAML
26 lines
597 B
YAML
teach_face:
|
|
name: Teach face
|
|
description: Teach facebox a face using a file.
|
|
fields:
|
|
entity_id:
|
|
name: Entity
|
|
description: The facebox entity to teach.
|
|
selector:
|
|
entity:
|
|
integration: facebox
|
|
domain: image_processing
|
|
name:
|
|
name: Name
|
|
description: The name of the face to teach.
|
|
required: true
|
|
example: "my_name"
|
|
selector:
|
|
text:
|
|
file_path:
|
|
name: File path
|
|
description: The path to the image file.
|
|
required: true
|
|
example: "/images/my_image.jpg"
|
|
selector:
|
|
text:
|