mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-27 05:03:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			281 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			281 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Common BLE tracker configuration for ESP32 Arduino tests
 | |
| # BLE client components share this tracker infrastructure
 | |
| # Each component defines its own ble_client with unique MAC address
 | |
| 
 | |
| esp32_ble_tracker:
 | |
|   scan_parameters:
 | |
|     interval: 1100ms
 | |
|     window: 1100ms
 | |
|     active: true
 |