mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Improve strings in openai_conversation.generate_image
action (#139736)
Use descriptive wording, fix sentence-casing.
This commit is contained in:
parent
9f780a5308
commit
13001faf51
@ -48,10 +48,10 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"generate_image": {
|
"generate_image": {
|
||||||
"name": "Generate image",
|
"name": "Generate image",
|
||||||
"description": "Turn a prompt into an image",
|
"description": "Turns a prompt into an image",
|
||||||
"fields": {
|
"fields": {
|
||||||
"config_entry": {
|
"config_entry": {
|
||||||
"name": "Config Entry",
|
"name": "Config entry",
|
||||||
"description": "The config entry to use for this action"
|
"description": "The config entry to use for this action"
|
||||||
},
|
},
|
||||||
"prompt": {
|
"prompt": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user