2023-07-11 21:57:29 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2023-07-13 15:52:50 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
2023-07-11 21:57:29 +00:00
|
|
|
"description": "The name of the face to teach."
|
|
|
|
},
|
|
|
|
"file_path": {
|
|
|
|
"name": "File path",
|
|
|
|
"description": "The path to the image file."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|