Reestructuración Shelly 4

This commit is contained in:
dfcarvajal
2019-06-22 16:18:09 +00:00
parent 70075e635e
commit 099256a748
8 changed files with 45 additions and 52 deletions

View File

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