Skip to content

Commit

Permalink
Add missing conversation service translation (#100308)
Browse files Browse the repository at this point in the history
* Update services.yaml

* Update strings.json

* Update services.yaml

* Update strings.json

* Update strings.json

* fix translation keys

* Fix translation keys
  • Loading branch information
steffenrapp authored Sep 18, 2023
1 parent 902f997 commit 45c0dc6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions homeassistant/components/conversation/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ process:
example: homeassistant
selector:
conversation_agent:

reload:
fields:
language:
example: NL
selector:
text:
agent_id:
example: homeassistant
selector:
conversation_agent:
14 changes: 14 additions & 0 deletions homeassistant/components/conversation/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}
}
}

0 comments on commit 45c0dc6

Please sign in to comment.