Skip to content

Commit

Permalink
docs: update localization
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release authored and semantic-release committed Dec 28, 2024
1 parent 8eb8882 commit 0bf492e
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions custom_components/alexa_media/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,20 @@
}
},
"services": {
"clear_history": {
"description": "Clear last entries from Alexa Voice history for each Alexa account.",
"fields": {
"email": {
"description": "Accounts to clear. Empty will clear all.",
"name": "Email address"
},
"entries": {
"description": "Number of entries to clear from 1 to 50. If empty, clear 50.",
"name": "Number of Entries"
}
},
"name": "Clear Amazon Voice History"
},
"force_logout": {
"description": "Force account to logout. Used mainly for debugging.",
"fields": {
Expand All @@ -78,16 +92,6 @@
},
"name": "Force Logout"
},
"restore_volume":{
"description":"Restore previous volume setting on Alexa media player device",
"fields": {
"entity_id": {
"description": "Entity to restore the previous volume level on",
"name": "Select media player:"
}
},
"name":"Restore Previous Volume"
},
"update_last_called": {
"description": "Forces update of last_called echo device for each Alexa account.",
"fields": {
Expand Down

0 comments on commit 0bf492e

Please sign in to comment.