Skip to content

Commit

Permalink
fix: add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jul 27, 2023
1 parent 6e4a441 commit f2a9a08
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions custom_components/tesla_custom/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,25 @@
}
}
}
},
"services": {
"api": {
"name": "Run API Command",
"description": "Run an API command using controller.api",
"fields": {
"email": "Email address",
"command": "Command",
"parameters": "Parameters"
}
},
"polling_interval": {
"name": "Set Polling Interval",
"description": "Set the polling interval for the Tesla API",
"fields": {
"scan_interval": "Interval (seconds)",
"email": "Email address",
"vin": "Vehicle VIN"
}
}
}
}

0 comments on commit f2a9a08

Please sign in to comment.