Skip to content

Commit

Permalink
Revert range change
Browse files Browse the repository at this point in the history
Related to #493
  • Loading branch information
wlcrs authored Oct 3, 2023
1 parent d312c0a commit c6838ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion number.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class HuaweiSolarNumberEntityDescription(NumberEntityDescription):
),
HuaweiSolarNumberEntityDescription(
key=rn.STORAGE_CHARGING_CUTOFF_CAPACITY,
native_min_value=75,
native_min_value=90,
native_max_value=100,
native_step=0.1,
name="End-of-charge SOC",
Expand Down

0 comments on commit c6838ed

Please sign in to comment.