mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	fixes
This commit is contained in:
		
							
								
								
									
										9
									
								
								tests/components/web_server/test_no_ota.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tests/components/web_server/test_no_ota.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | packages: | ||||||
|  |   device_base: !include common.yaml | ||||||
|  |  | ||||||
|  | # No OTA component defined for this test | ||||||
|  |  | ||||||
|  | web_server: | ||||||
|  |   port: 8080 | ||||||
|  |   version: 2 | ||||||
|  |   ota: false | ||||||
							
								
								
									
										12
									
								
								tests/components/web_server/test_ota.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								tests/components/web_server/test_ota.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | |||||||
|  | packages: | ||||||
|  |   device_base: !include common.yaml | ||||||
|  |  | ||||||
|  | # Enable OTA for this test | ||||||
|  | ota: | ||||||
|  |   - platform: esphome | ||||||
|  |     safe_mode: true | ||||||
|  |  | ||||||
|  | web_server: | ||||||
|  |   port: 8080 | ||||||
|  |   version: 2 | ||||||
|  |   ota: true | ||||||
							
								
								
									
										12
									
								
								tests/components/web_server/test_ota_disabled.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								tests/components/web_server/test_ota_disabled.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | |||||||
|  | packages: | ||||||
|  |   device_base: !include common.yaml | ||||||
|  |  | ||||||
|  | # OTA is configured but web_server OTA is disabled | ||||||
|  | ota: | ||||||
|  |   - platform: esphome | ||||||
|  |     safe_mode: true | ||||||
|  |  | ||||||
|  | web_server: | ||||||
|  |   port: 8080 | ||||||
|  |   version: 2 | ||||||
|  |   ota: false | ||||||
		Reference in New Issue
	
	Block a user