Adjust Growatt PV units from W to kW (#52021)

This commit is contained in:
muppet3000 2021-06-22 12:15:38 +01:00 committed by GitHub
parent 52c142a82d
commit 456755c077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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},
),