mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
23 lines
417 B
JSON
23 lines
417 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::image_processing::title%]",
|
|
"state_attributes": {
|
|
"faces": {
|
|
"name": "Faces"
|
|
},
|
|
"total_faces": {
|
|
"name": "Total faces"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"scan": {
|
|
"description": "Processes an image immediately.",
|
|
"name": "Scan"
|
|
}
|
|
},
|
|
"title": "Image processing"
|
|
}
|