Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev to master #127

Merged
merged 10 commits into from
Apr 1, 2024
Prev Previous commit
Next Next commit
#99 add odometer limit to 1000000000
  • Loading branch information
Tuen Lee committed Jan 19, 2024
commit cbd43c165d83d982f98555d88c76dfda59e456dc
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