hass-core/homeassistant/components/image_processing/strings.json
Franck Nijhof b1e4bae3f0
Migrate image_processing services to support translations (#96328)
* Migrate image_processing services to support translations

* Apply suggestions from code review

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-07-11 23:19:50 +02:00

22 lines
417 B
JSON

{
"title": "Image processing",
"entity_component": {
"_": {
"name": "[%key:component::image_processing::title%]",
"state_attributes": {
"faces": {
"name": "Faces"
},
"total_faces": {
"name": "Total faces"
}
}
}
},
"services": {
"scan": {
"name": "Scan",
"description": "Processes an image immediately."
}
}
}