Pruebas consumos con integración

This commit is contained in:
dfcarvajal
2019-12-09 12:41:32 +00:00
parent 2916cfe2c9
commit 66f97b68d5
9 changed files with 166 additions and 9 deletions

View File

@@ -8,4 +8,4 @@ sensor:
name: "Consumo Diario Luces"
state_topic: "shellies/shelly4pro-061E6E/relay/0/energy"
unit_of_measurement: "kW"
value_template: "{{ value | multiply(0.001) | float | round(2)}}"
value_template: "{{ value | multiply(0.000017) | float | round(2)}}"