Skip to content

Commit

Permalink
Update sensor.py (Hyundai-Kia-Connect#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
MobilettoSoft authored May 14, 2023
1 parent c138de0 commit 664cac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/kia_uvo/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
icon="mdi:speedometer",
native_unit_of_measurement=DYNAMIC_UNIT,
device_class=SensorDeviceClass.DISTANCE,
state_class=SensorStateClass.MEASUREMENT,
state_class=SensorStateClass.TOTAL_INCREASING,
),
SensorEntityDescription(
key="_last_service_distance",
Expand Down

0 comments on commit 664cac1

Please sign in to comment.