Skip to content

Commit

Permalink
change Watt to percentage on display intensity
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuen Lee committed Jul 6, 2023
1 parent 41f9f34 commit 2f2a07a
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 @@ -127,7 +127,7 @@ class AlfenNumberDescription(NumberEntityDescription, AlfenNumberDescriptionMixi
native_max_value=100,
native_step=10,
mode=NumberMode.SLIDER,
unit_of_measurement=UnitOfPower.WATT,
unit_of_measurement=PERCENTAGE,
api_param="2061_2",
),
AlfenNumberDescription(
Expand Down

0 comments on commit 2f2a07a

Please sign in to comment.