mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Adjust Growatt PV units from W to kW (#52021)
This commit is contained in:
parent
52c142a82d
commit
456755c077
@ -454,13 +454,13 @@ MIX_SENSOR_TYPES = {
|
|||||||
),
|
),
|
||||||
"mix_wattage_pv_1": (
|
"mix_wattage_pv_1": (
|
||||||
"PV1 Wattage",
|
"PV1 Wattage",
|
||||||
POWER_WATT,
|
POWER_KILO_WATT,
|
||||||
"pPv1",
|
"pPv1",
|
||||||
{"device_class": DEVICE_CLASS_POWER},
|
{"device_class": DEVICE_CLASS_POWER},
|
||||||
),
|
),
|
||||||
"mix_wattage_pv_2": (
|
"mix_wattage_pv_2": (
|
||||||
"PV2 Wattage",
|
"PV2 Wattage",
|
||||||
POWER_WATT,
|
POWER_KILO_WATT,
|
||||||
"pPv2",
|
"pPv2",
|
||||||
{"device_class": DEVICE_CLASS_POWER},
|
{"device_class": DEVICE_CLASS_POWER},
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user