Add missing conversation service translation (#100308)
* Update services.yaml * Update strings.json * Update services.yaml * Update strings.json * Update strings.json * fix translation keys * Fix translation keys
This commit is contained in:
parent
902f997ee0
commit
45c0dc6854
2 changed files with 25 additions and 0 deletions
|
@ -14,3 +14,14 @@ process:
|
|||
example: homeassistant
|
||||
selector:
|
||||
conversation_agent:
|
||||
|
||||
reload:
|
||||
fields:
|
||||
language:
|
||||
example: NL
|
||||
selector:
|
||||
text:
|
||||
agent_id:
|
||||
example: homeassistant
|
||||
selector:
|
||||
conversation_agent:
|
||||
|
|
|
@ -18,6 +18,20 @@
|
|||
"description": "Conversation agent to process your request. The conversation agent is the brains of your assistant. It processes the incoming text commands."
|
||||
}
|
||||
}
|
||||
},
|
||||
"reload": {
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads the intent configuration.",
|
||||
"fields": {
|
||||
"language": {
|
||||
"name": "[%key:component::conversation::services::process::fields::language::name%]",
|
||||
"description": "Language to clear cached intents for. Defaults to server language."
|
||||
},
|
||||
"agent_id": {
|
||||
"name": "[%key:component::conversation::services::process::fields::agent_id::name%]",
|
||||
"description": "Conversation agent to reload."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue