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