Skip to content

Commit

Permalink
Max value is 1000000
Browse files Browse the repository at this point in the history
  • Loading branch information
dupondje committed Aug 16, 2024
1 parent b7af844 commit 0c693fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nrgkick/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class NRGKickNumberEntityDescription(NumberEntityDescription, NRGKickRequiredKey
key="energy_limit",
device_class=NumberDeviceClass.ENERGY,
native_unit_of_measurement=UnitOfEnergy.WATT_HOUR,
native_max_value=4294967295,
native_max_value=1000000,
native_min_value=0,
native_step=1,
mode=NumberMode.BOX,
Expand Down

0 comments on commit 0c693fd

Please sign in to comment.