mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 04:07:26 +01:00
Fronius - change the unit of capacity from Ah to Wh (#68543)
This commit is contained in:
@@ -631,13 +631,13 @@ STORAGE_ENTITY_DESCRIPTIONS: list[SensorEntityDescription] = [
|
||||
SensorEntityDescription(
|
||||
key="capacity_maximum",
|
||||
name="Capacity maximum",
|
||||
native_unit_of_measurement=ELECTRIC_CHARGE_AMPERE_HOURS,
|
||||
native_unit_of_measurement=ENERGY_WATT_HOUR,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="capacity_designed",
|
||||
name="Capacity designed",
|
||||
native_unit_of_measurement=ELECTRIC_CHARGE_AMPERE_HOURS,
|
||||
native_unit_of_measurement=ENERGY_WATT_HOUR,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
|
||||
Reference in New Issue
Block a user