Skip to content

Commit

Permalink
Update example to include changes in v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BigThunderSR committed Mar 1, 2024
1 parent f287b01 commit af30fed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mqtt.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const _ = require('lodash');
* }
* - homeassistant/sensor/VIN/TIRE_PRESSURE_LF/config -- Diagnostic Element
* - payload: {
* state_class: "measurement", ## New starting at v1.7.0
* device_class: "pressure",
* name: "Tire Pressure: Left Front",
* state_topic: "homeassistant/sensor/VIN/TIRE_PRESSURE/state",
Expand All @@ -27,6 +28,7 @@ const _ = require('lodash');
* }
* - homeassistant/sensor/VIN/TIRE_PRESSURE_RR/config -- Diagnostic Element
* - payload: {
* state_class: "measurement", ## New starting at v1.7.0
* device_class: "pressure",
* name: "Tire Pressure: Right Rear",
* state_topic: "homeassistant/sensor/VIN/TIRE_PRESSURE/state",
Expand Down

0 comments on commit af30fed

Please sign in to comment.