mitch-dc/volkswagen_we_connect_id

Create new sensor containing the VIN number

Opened this issue · 0 comments

jovana commented

Is it possible to add a sensor containing the VIN number of the car? This makes it easier to have automation where we need to add the VIN number.

Probably adding something like the below in the sensor.py file:

    VolkswagenIdEntityDescription(
        key="autoVINNumber",
        name="Auto VIN number",
        icon="mdi:tag",
        value=lambda data: VIN_VALUE,
    ),