ha: PAPP is type apparent_power not power, in VA.
This commit is contained in:
parent
b6f6d875bb
commit
0f643b3b06
@ -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 }}" },
|
||||
|
Loading…
Reference in New Issue
Block a user