mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	Add some components to the new testing framework (W) (#6232)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										18
									
								
								tests/components/wifi_info/test.esp32.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								tests/components/wifi_info/test.esp32.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| wifi: | ||||
|   ssid: MySSID | ||||
|   password: password1 | ||||
|  | ||||
| text_sensor: | ||||
|   - platform: wifi_info | ||||
|     scan_results: | ||||
|       name: Scan Results | ||||
|     ip_address: | ||||
|       name: IP Address | ||||
|     ssid: | ||||
|       name: SSID | ||||
|     bssid: | ||||
|       name: BSSID | ||||
|     mac_address: | ||||
|       name: Mac Address | ||||
|     dns_address: | ||||
|       name: DNS ADdress | ||||
		Reference in New Issue
	
	Block a user