mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			280 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			280 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   name: test-device
 | |
| 
 | |
| esp32:
 | |
|   board: esp32dev
 | |
|   framework:
 | |
|     type: esp-idf
 | |
| 
 | |
| # OTA with no value - this should be normalized to empty list
 | |
| ota:
 | |
| 
 | |
| wifi:
 | |
|   ssid: "test"
 | |
|   password: "test"
 | |
| 
 | |
| # Captive portal auto-loads ota.web_server which triggers the issue
 | |
| captive_portal:
 |