Skip to content

Commit

Permalink
Fix limits of Emma maximum grid feed-in power
Browse files Browse the repository at this point in the history
Fixes #921
  • Loading branch information
wlcrs authored Feb 3, 2025
1 parent eeaaa3f commit 34e48ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion number.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ def context(self):
),
HuaweiSolarNumberEntityDescription(
key=rn.EMMA_MAXIMUM_FEED_GRID_POWER_WATT,
static_maximum_key=rn.INVERTER_RATED_POWER,
native_step=1,
native_min_value=0,
native_min_value=-1000,
icon="mdi:transmission-tower-off",
native_unit_of_measurement=UnitOfPower.WATT,
entity_category=EntityCategory.CONFIG,
Expand Down

0 comments on commit 34e48ce

Please sign in to comment.