FIX error nombre fichero

This commit is contained in:
dfcarvajal
2019-06-22 17:04:53 +00:00
parent 8b3ffc291b
commit 0cee3f3708

View File

@@ -0,0 +1,11 @@
sensor:
- platform: mqtt
name: "Consumo General Calefacción"
state_topic: "shellies/shelly4pro-061E6E/relay/2/power"
unit_of_measurement: "W"
- platform: mqtt
name: "Energia General Calefacción"
state_topic: "shellies/shelly4pro-061E6E/relay/2/energy"
unit_of_measurement: "KWh"
value_template: "{{ value | multiply(0.01) | float | round(2)}}"