Skip to content

Commit

Permalink
Revert "Add Backup power SOC"
Browse files Browse the repository at this point in the history
This reverts commit 063f522.
  • Loading branch information
wlcrs committed Jul 14, 2023
1 parent 14deab4 commit 236f23c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions number.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,6 @@ class HuaweiSolarNumberEntityDescription(NumberEntityDescription):
native_unit_of_measurement=PERCENTAGE,
entity_category=EntityCategory.CONFIG,
),
HuaweiSolarNumberEntityDescription(
key=rn.STORAGE_BACKUP_POWER_STATE_OF_CHARGE,
native_min_value=20,
native_max_value=100,
native_step=0.1,
name="Backup power SOC",
icon="mdi:battery-negative",
native_unit_of_measurement=PERCENTAGE,
entity_category=EntityCategory.CONFIG,
entity_registry_enabled_default=False,
),
HuaweiSolarNumberEntityDescription(
key=rn.STORAGE_GRID_CHARGE_CUTOFF_STATE_OF_CHARGE,
native_min_value=20,
Expand Down

0 comments on commit 236f23c

Please sign in to comment.