mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Replace custom OTA implementation in web_server_base (#9274)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										21
									
								
								tests/component_tests/ota/test_web_server_ota_multi.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								tests/component_tests/ota/test_web_server_ota_multi.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| esphome: | ||||
|   name: test_web_server_ota_multi | ||||
|  | ||||
| esp32: | ||||
|   board: esp32dev | ||||
|  | ||||
| wifi: | ||||
|   ssid: MySSID | ||||
|   password: password1 | ||||
|  | ||||
| web_server: | ||||
|   port: 80 | ||||
|  | ||||
| http_request: | ||||
|   verify_ssl: false | ||||
|  | ||||
| ota: | ||||
|   - platform: esphome | ||||
|     password: "test_password" | ||||
|   - platform: web_server | ||||
|   - platform: http_request | ||||
		Reference in New Issue
	
	Block a user