Skip to content

Commit

Permalink
#99 add odometer limit to 1000000000
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuen Lee authored and leeyuentuen committed Jan 21, 2024
1 parent 7fe5f1f commit a24eb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/polestar_api/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class PolestarSensorDescription(
round_digits=2,
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.DISTANCE,
max_value=100000000,
max_value=1000000000,
dict_data=None
),
PolestarSensorDescription(
Expand Down

0 comments on commit a24eb48

Please sign in to comment.