12 lines
363 B
YAML
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)}}"
|