mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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": (
|
||||
"PV1 Wattage",
|
||||
POWER_WATT,
|
||||
POWER_KILO_WATT,
|
||||
"pPv1",
|
||||
{"device_class": DEVICE_CLASS_POWER},
|
||||
),
|
||||
"mix_wattage_pv_2": (
|
||||
"PV2 Wattage",
|
||||
POWER_WATT,
|
||||
POWER_KILO_WATT,
|
||||
"pPv2",
|
||||
{"device_class": DEVICE_CLASS_POWER},
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user