Skip to content

Commit

Permalink
Fix power limit parameter (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
alengwenus authored Feb 26, 2024
1 parent 016520f commit bf0c949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/smaev/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class SmaEvChargerNumberEntityDescription(NumberEntityDescription):
key="charge_power_limit",
translation_key="charge_power_limit",
type=SMAEV_PARAMETER,
channel="Parameter.Inverter.WMax",
channel="Parameter.Inverter.WMaxIn",
native_step=1,
mode=NumberMode.BOX,
native_unit_of_measurement=UnitOfPower.WATT,
Expand Down

0 comments on commit bf0c949

Please sign in to comment.