Skip to content

Commit

Permalink
Update device_tracker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolbi authored Apr 5, 2024
1 parent f13d2b3 commit ec1281f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _vehicle_name(self):

@property
def unique_id(self):
return self._instrument.full_name
return f"{self._instrument.vehicle_vin}_{self._instrument.name}"

@property
def device_info(self):
Expand Down

0 comments on commit ec1281f

Please sign in to comment.