Skip to content

Commit

Permalink
Car Info entity sensor (#596)
Browse files Browse the repository at this point in the history
A similar sensor was present in the old integration and I missed it
a lot, so I decided to make up my own.
  • Loading branch information
pawelaugustyn authored Jan 29, 2025
1 parent 4354218 commit 6174b09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,16 @@ event in "history".

NOTE: not all vehicles report all service events.

#### Car Info (VIN)

Sometimes you might need to access a VIN quickly and it might be convenient to use the [Search](https://www.home-assistant.io/integrations/search/) to obtain this data quickly.

To achieve this, you can create a template sensor that prints this data using any entity identifier assigned to your car.

```
{{ device_attr(device_id('sensor.skoda_enyaq_mileage'), 'serial_number') }}
```

## Sending updates

To make sure updates end up in the car the way intended by the you, we throttle all equal changes to the car for 30s.
Expand Down

0 comments on commit 6174b09

Please sign in to comment.