My volkswagen integration?

This could be helpful for people using the mind integration. Lovelace cards. Just press the + icon and paste a block of code. Replace {LICENSEPLATE} with your lower case license plate without the minus.
I have also included a preview of the end result.
Lastly, as a reference I would like to link back to the thread of the author of the mind integration:

#photo with mileage
entity: sensor.{LICENSEPLATE}_mileage
image: /local/images/golf.jpg
name: Kilometerstand
type: picture-entity
aspect_ratio: 50%

#map showing the current location of your vehicle
aspect_ratio: 50%
default_zoom: 14
entities:
  - device_tracker.{LICENSEPLATE}
type: map

#fuel meter
entity: sensor.{LICENSEPLATE}_fuel_left
max: 50
min: 0
name: Brandstof
severity:
  green: 20
  red: 5
  yellow: 10
theme: default
type: gauge

#a few sensors
entities:
  - entity: sensor.{LICENSEPLATE}_mileage_left
    name: actieradius
  - entity: binary_sensor.{LICENSEPLATE}_ignition
    name: contact
  - entity: binary_sensor.{LICENSEPLATE}_parking_brake
    name: handrem
  - entity: sensor.{LICENSEPLATE}_battery
    name: accu
  - entity: binary_sensor.{LICENSEPLATE}_locked
    name: vergendeling
type: glance