12 lines
		
	
	
		
			303 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			303 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| switch:
 | |
|   - platform: rest
 | |
|     name: "Coche Eléctrico"
 | |
|     scan_interval: 30
 | |
|     resource: http://10.10.1.153/relay/3
 | |
|     body_on: 'turn=on'
 | |
|     body_off: 'turn=off'
 | |
|     timeout : 60
 | |
|     is_on_template: '{{ value_json.ison == true}}'
 | |
|     headers:
 | |
|        content-type: application/x-www-form-urlencoded
 | 
