Files
homeassistant/packages/sensor/consumo_persianas.yaml
2019-12-09 12:41:32 +00:00

12 lines
367 B
YAML

sensor:
- platform: mqtt
name: "Consumo Persianas"
state_topic: "shellies/shelly4pro-061E6E/relay/1/power"
unit_of_measurement: "W"
- platform: mqtt
name: "Consumo Diario Persianas"
state_topic: "shellies/shelly4pro-061E6E/relay/1/energy"
unit_of_measurement: "kW"
value_template: "{{ value | multiply(0.000017) | float | round(2)}}"