ha: remove last_reset attribute for energy
This commit is contained in:
parent
3cf76fc789
commit
d84447f00c
@ -22,8 +22,8 @@ typedef struct {
|
||||
static ha_config_desc ha_config_descs[] = {
|
||||
{ "PAPP", "measurement", "power", "Puissance Apparente", "VA", },
|
||||
{ "IINST", "measurement", "current", "Intensité Instantanée", "A", },
|
||||
{ "HCHP", "total_increasing", "energy", "Energie Heures Pleines", "kWh", true, "{{ (value | float) / 1000 }}" },
|
||||
{ "HCHC", "total_increasing", "energy", "Energie Heures Creuses", "kWh", true, "{{ (value | float) / 1000 }}" },
|
||||
{ "HCHP", "total_increasing", "energy", "Energie Heures Pleines", "kWh", false, "{{ (value | float) / 1000 }}" },
|
||||
{ "HCHC", "total_increasing", "energy", "Energie Heures Creuses", "kWh", false, "{{ (value | float) / 1000 }}" },
|
||||
{ "PTEC", NULL, NULL, "Période Tarifaire en cours", NULL, false,
|
||||
"{% if value == \"TH..\" %}Toutes les Heures"
|
||||
"{% elif value == \"HC..\" %}Heures Creuses"
|
||||
|
Loading…
Reference in New Issue
Block a user