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:
steffenrapp 2023-09-18 11:44:41 +02:00 committed by GitHub
parent 902f997ee0
commit 45c0dc6854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 0 deletions

View file

@ -14,3 +14,14 @@ process:
example: homeassistant
selector:
conversation_agent:
reload:
fields:
language:
example: NL
selector:
text:
agent_id:
example: homeassistant
selector:
conversation_agent:

View file

@ -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."
}
}
}
}
}