Skip to content

Commit

Permalink
fix #77
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuen Lee committed Nov 4, 2023
1 parent 4cad244 commit 3bb9175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alfen_wallbox/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class AlfenNumberDescription(NumberEntityDescription, AlfenNumberDescriptionMixi
icon="mdi:current-ac",
assumed_state=False,
device_class=NumberDeviceClass.POWER_FACTOR,
native_min_value=1400,
native_min_value=1330,
native_max_value=11000,
native_step=100,
custom_mode=None,
Expand Down

0 comments on commit 3bb9175

Please sign in to comment.