ha: PAPP is type apparent_power not power, in VA.

This commit is contained in:
Gilles Grandou 2022-08-24 09:59:37 +02:00
parent b6f6d875bb
commit 0f643b3b06

View File

@ -19,7 +19,7 @@ typedef struct {
static ha_config_desc ha_config_descs[] = {
{ "PAPP", "measurement", "power", "Puissance Apparente", "VA", },
{ "PAPP", "measurement", "apparent_power", "Puissance Apparente", "VA", },
{ "IINST", "measurement", "current", "Intensité Instantanée", "A", },
{ "HCHP", "total_increasing", "energy", "Energie Heures Pleines", "kWh", "{{ (value | float) / 1000 }}" },
{ "HCHC", "total_increasing", "energy", "Energie Heures Creuses", "kWh", "{{ (value | float) / 1000 }}" },