Fronius - change the unit of capacity from Ah to Wh (#68543)
parent
bcfd9eeff2
commit
b4bb35d4de
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue