From 7015b6c2a9c8a9252afe98972c8a3c5425832ea3 Mon Sep 17 00:00:00 2001 From: Michael Geers Date: Sun, 28 Jan 2024 16:39:44 +0100 Subject: [PATCH] Tesla: update requirements (#11915) --- templates/definition/vehicle/tesla-command.yaml | 15 ++++++++++----- templates/definition/vehicle/tesla.yaml | 7 +++++++ templates/definition/vehicle/volvo-connected.yaml | 3 +++ templates/definition/vehicle/volvo.yaml | 3 ++- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/templates/definition/vehicle/tesla-command.yaml b/templates/definition/vehicle/tesla-command.yaml index c6708da85f..9b7275c55d 100644 --- a/templates/definition/vehicle/tesla-command.yaml +++ b/templates/definition/vehicle/tesla-command.yaml @@ -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 diff --git a/templates/definition/vehicle/tesla.yaml b/templates/definition/vehicle/tesla.yaml index b16be511ae..07c3713bd2 100644 --- a/templates/definition/vehicle/tesla.yaml +++ b/templates/definition/vehicle/tesla.yaml @@ -1,6 +1,9 @@ template: tesla products: - brand: Tesla + description: + de: veraltet + en: legacy requirements: description: de: | @@ -10,6 +13,8 @@ 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. @@ -17,6 +22,8 @@ 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) + + **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 diff --git a/templates/definition/vehicle/volvo-connected.yaml b/templates/definition/vehicle/volvo-connected.yaml index 3caf2b93d2..3baf3582a8 100644 --- a/templates/definition/vehicle/volvo-connected.yaml +++ b/templates/definition/vehicle/volvo-connected.yaml @@ -1,6 +1,9 @@ template: volvo-connected products: - brand: Volvo + description: + de: aktuell + en: latest params: - preset: vehicle-base - preset: vehicle-identify diff --git a/templates/definition/vehicle/volvo.yaml b/templates/definition/vehicle/volvo.yaml index afed3c3bca..16fb436cdd 100644 --- a/templates/definition/vehicle/volvo.yaml +++ b/templates/definition/vehicle/volvo.yaml @@ -2,7 +2,8 @@ template: volvo products: - brand: Volvo description: - generic: legacy + de: veraltet + en: legacy params: - preset: vehicle-base - preset: vehicle-identify