Skip to content

Commit

Permalink
Tesla: update requirements (#11915)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Jan 28, 2024
1 parent 2d16052 commit 7015b6c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
15 changes: 10 additions & 5 deletions templates/definition/vehicle/tesla-command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@ template: tesla-command
products:
- brand: Tesla
description:
generic: Vehicle-Command API
de: aktuell
en: latest
requirements:
description:
de: |
Es wird ein `access` und ein `refresh` Token für die Kommunikation mit der Tesla API erstellt werden.
Die Tokens werden unter https://tesla.evcc.io erstellt.
Du benötigst ein `access` und ein `refresh` Token.
Diese kannst du über [tesla.evcc.io](https://tesla.evcc.io) erstellt.
**Hinweis:** Dies ist die von Tesla offiziell unterstützte [FleetAPI](https://developer.tesla.com/docs/fleet-api).
en: |
You need to generate an `access` and a `refresh` token for communicating with the Tesla API.
Tokens are generated using https://tesla.evcc.io.
You need an `access` and a `refresh` token.
Please generate them through [tesla.evcc.io](https://tesla.evcc.io).
**Note:** This is Tesla's officially supported [FleetAPI](https://developer.tesla.com/docs/fleet-api).
params:
- name: title
- name: icon
Expand Down
7 changes: 7 additions & 0 deletions templates/definition/vehicle/tesla.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
template: tesla
products:
- brand: Tesla
description:
de: veraltet
en: legacy
requirements:
description:
de: |
Expand All @@ -10,13 +13,17 @@ requirements:
- [Auth app for Tesla (iOS)](https://apps.apple.com/us/app/auth-app-for-tesla/id1552058613#?platform=iphone)
- [Tesla Tokens (Android)](https://play.google.com/store/apps/details?id=net.leveugle.teslatokens)
- [Tesla Auth (macOS, Linux)](https://github.com/adriankumpf/tesla_auth)
**Hinweis:** Diese API ist von Tesla [nicht offiziell unterstützt](https://tesla-api.timdorr.com) und wird Stück für Stück abgeschaltet.**
en: |
You need to generate an `access` and a `refresh` token for communicating with the Tesla API.
The following apps allow to create these tokens:
- [Auth app for Tesla (iOS)](https://apps.apple.com/us/app/auth-app-for-tesla/id1552058613#?platform=iphone)
- [Tesla Tokens (Android)](https://play.google.com/store/apps/details?id=net.leveugle.teslatokens)
- [Tesla Auth (macOS, Linux)](https://github.com/adriankumpf/tesla_auth)
**Note:** This API is [not officially supported](https://tesla-api.timdorr.com) by Tesla and will be deprecated step by step.
params:
- name: title
- name: icon
Expand Down
3 changes: 3 additions & 0 deletions templates/definition/vehicle/volvo-connected.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
template: volvo-connected
products:
- brand: Volvo
description:
de: aktuell
en: latest
params:
- preset: vehicle-base
- preset: vehicle-identify
Expand Down
3 changes: 2 additions & 1 deletion templates/definition/vehicle/volvo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ template: volvo
products:
- brand: Volvo
description:
generic: legacy
de: veraltet
en: legacy
params:
- preset: vehicle-base
- preset: vehicle-identify
Expand Down

0 comments on commit 7015b6c

Please sign in to comment.