Skip to content

Commit

Permalink
Make cutoff charge range bigger
Browse files Browse the repository at this point in the history
Fixes #493
  • Loading branch information
wlcrs authored Oct 2, 2023
1 parent 637b841 commit d312c0a
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=90,
native_min_value=75,
native_max_value=100,
native_step=0.1,
name="End-of-charge SOC",
Expand Down

0 comments on commit d312c0a

Please sign in to comment.