mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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>
This commit is contained in:
parent
7468320860
commit
b1e4bae3f0
@ -1,8 +1,6 @@
|
|||||||
# Describes the format for available image processing services
|
# Describes the format for available image processing services
|
||||||
|
|
||||||
scan:
|
scan:
|
||||||
name: Scan
|
|
||||||
description: Process an image immediately
|
|
||||||
target:
|
target:
|
||||||
entity:
|
entity:
|
||||||
domain: image_processing
|
domain: image_processing
|
||||||
|
@ -12,5 +12,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"scan": {
|
||||||
|
"name": "Scan",
|
||||||
|
"description": "Processes an image immediately."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user