23 lines
550 B
JSON
23 lines
550 B
JSON
{
|
|
"services": {
|
|
"teach_face": {
|
|
"name": "Teach face",
|
|
"description": "Teaches facebox a face using a file.",
|
|
"fields": {
|
|
"entity_id": {
|
|
"name": "Entity",
|
|
"description": "The facebox entity to teach."
|
|
},
|
|
"name": {
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"description": "The name of the face to teach."
|
|
},
|
|
"file_path": {
|
|
"name": "File path",
|
|
"description": "The path to the image file."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|