Quitar MQTT de las persianas
This commit is contained in:
		
							
								
								
									
										17
									
								
								packages/cover/rest_command_covers.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								packages/cover/rest_command_covers.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| rest_command: | ||||
|   shelly_cover_action: | ||||
|     url: http://{{ip}}/roller/0 | ||||
|     method: POST | ||||
|     headers: | ||||
|       accept: 'application/json, text/html' | ||||
|     payload: 'go={{action}}' | ||||
|     content_type:  'application/x-www-form-urlencoded' | ||||
|     verify_ssl: true | ||||
|   shelly_cover_set_position: | ||||
|     url: http://{{ip}}/roller/0 | ||||
|     method: POST | ||||
|     headers: | ||||
|       accept: 'application/json, text/html' | ||||
|     payload: 'go=to_pos&roller_pos={{position}}' | ||||
|     content_type:  'application/x-www-form-urlencoded' | ||||
|     verify_ssl: true    | ||||
		Reference in New Issue
	
	Block a user
	 dfcarvajal
					dfcarvajal