mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			162 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			162 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   name: test_web_server_ota
 | |
| 
 | |
| esp32:
 | |
|   board: esp32dev
 | |
| 
 | |
| wifi:
 | |
|   ssid: MySSID
 | |
|   password: password1
 | |
| 
 | |
| web_server:
 | |
|   port: 80
 | |
| 
 | |
| ota:
 | |
|   - platform: web_server
 |