mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			292 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			292 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esp32_ble_tracker:
 | |
| 
 | |
| exposure_notifications:
 | |
|   on_exposure_notification:
 | |
|     then:
 | |
|       - lambda: |
 | |
|           ESP_LOGD("main", "Got notification:");
 | |
|           ESP_LOGD("main", "  RPI: %s", format_hex(x.rolling_proximity_identifier).c_str());
 | |
|           ESP_LOGD("main", "  RSSI: %d", x.rssi);
 |