Files
homeassistant/packages/sensor/consumo_persianas.yaml
2019-08-27 11:45:57 +02:00

12 lines
364 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.001) | float | round(2)}}"