mitch-dc / volkswagen_we_connect_id

Apache License 2.0
202 stars 53 forks source link

Create new sensor containing the VIN number #194

Open jovana opened 1 year ago

jovana commented 1 year ago

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,
    ),