Skip to content

Commit

Permalink
Modification to address #217
Browse files Browse the repository at this point in the history
  • Loading branch information
BigThunderSR committed Jun 7, 2024
1 parent 3f08876 commit 2a88c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ const configureMQTT = async (commands, client, mqttHA) => {
const deviceTrackerConfig = {
"json_attributes_topic": topic,
"name": vehicle,
"unique_id": MQTT.convertName(vehicle) + '_device_tracker',
"unique_id": MQTT.convertName(vehicle) + '_device_tracker_' + onstarConfig.vin,
};

logger.debug(vehicle)
Expand Down

0 comments on commit 2a88c9e

Please sign in to comment.