Skip to content

Commit

Permalink
Merge pull request #277 from alandtse/dev
Browse files Browse the repository at this point in the history
2022-10-10
  • Loading branch information
alandtse authored Oct 10, 2022
2 parents b5cc9a7 + 0aa02c1 commit 4c6697a
Show file tree
Hide file tree
Showing 4 changed files with 1,064 additions and 297 deletions.
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://github.com/alandtse/tesla/wiki",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": ["teslajsonpy==2.4.4"],
"requirements": ["teslajsonpy==2.4.5"],
"codeowners": ["@alandtse"],
"dependencies": ["http"],
"dhcp": [
Expand Down
22 changes: 18 additions & 4 deletions custom_components/tesla_custom/translations/da.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
{
"config": {
"abort": {
"already_configured": "Konto er allerede konfigureret",
"reauth_successful": "Fornyelse af godkendelse lykkedes"
},
"error": {
"already_configured": "Konto er allerede konfigureret",
"cannot_connect": "Kunne ikke forbinde",
"invalid_auth": "Ugyldig godkendelse"
},
"step": {
"user": {
"data": {
"mfa": "MFA Kode (Valgfri)",
"password": "Adgangskode",
"username": "Email-adresse"
"username": "Email-addresse",
"token": "Opdaterings N\u00f8gle"
},
"description": "Indtast dine oplysninger.",
"title": "Tesla - Konfiguration"
"description": "Brugh 'Auth App for Tesla' til iOS eller 'Tesla Tokens' til Android\r\n for at oprette en opdaterings n\u00f8gle, og indtast den nedenfor.",
"title": "Tesla - Indstillinger"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Sekunder mellem scanninger"
"enable_wake_on_start": "Tving bil til at v\u00e5gne ved opstart",
"scan_interval": "Sekunder mellem scanninger",
"polling_policy": "Scannings politik. Se https://github.com/alandtse/tesla/wiki/Polling-policy"
}
}
}
}
}

Loading

0 comments on commit 4c6697a

Please sign in to comment.