Skip to content

Commit

Permalink
#120 remove 'estimated charging time to full' limit
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyuentuen committed Mar 3, 2024
1 parent 5cb899c commit 67e3d9d
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 @@ -187,7 +187,7 @@ class PolestarSensorDescription(
field_name="estimatedChargingTimeToFullMinutes",
native_unit_of_measurement=UnitOfTime.MINUTES,
round_digits=None,
max_value=1500,
max_value=None,
dict_data=None
),
PolestarSensorDescription(
Expand Down

0 comments on commit 67e3d9d

Please sign in to comment.