FIX consumos shelly
This commit is contained in:
@@ -5,7 +5,7 @@ sensor:
|
||||
unit_of_measurement: "W"
|
||||
|
||||
- platform: mqtt
|
||||
name: "Consumo Calefacción Diario"
|
||||
name: "Consumo Diario Calefacción"
|
||||
state_topic: "shellies/shelly4pro-061E6E/relay/2/energy"
|
||||
unit_of_measurement: "kW"
|
||||
value_template: "{{ value | multiply(0.01) | float | round(2)}}"
|
||||
value_template: "{{ value | multiply(0.001) | float | round(2)}}"
|
||||
|
||||
Reference in New Issue
Block a user