Open jovana opened 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, ),
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: