mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[wifi] Fix EAP for IDF 5.1+, add test (#7061)
This commit is contained in:
		
							
								
								
									
										7
									
								
								tests/components/wifi/common-eap.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								tests/components/wifi/common-eap.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| wifi: | ||||
|   networks: | ||||
|     - ssid: MySSID | ||||
|       eap: | ||||
|         username: username | ||||
|         password: password | ||||
|         identity: identity | ||||
| @@ -1,7 +1 @@ | ||||
| wifi: | ||||
|   networks: | ||||
|     - ssid: MySSID | ||||
|       eap: | ||||
|         username: username | ||||
|         password: password | ||||
|         identity: identity | ||||
| <<: !include common-eap.yaml | ||||
|   | ||||
							
								
								
									
										1
									
								
								tests/components/wifi/test-eap.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								tests/components/wifi/test-eap.esp32-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| <<: !include common-eap.yaml | ||||
		Reference in New Issue
	
	Block a user