Files
homeassistant/packages/sensor/consumo_persianas.yaml
2019-08-26 23:38:01 +02:00

12 lines
363 B
YAML

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