Skip to content

Commit

Permalink
Mercedes: fix missing user/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 12, 2024
1 parent 95d04fa commit eec23a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/definition/vehicle/mercedes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ requirements:
Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`.
params:
- preset: vehicle-common
- name: user
required: true
- name: region
required: true
validvalues: [EMEA, APAC, NORAM]
Expand All @@ -21,6 +23,8 @@ params:
mask: true
- name: vin
example: V...
- name: cache
default: 15m
render: |
type: mercedes
vin: {{ .vin }}
Expand Down

0 comments on commit eec23a4

Please sign in to comment.