mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			196 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			196 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
esp32_ble_tracker:
 | 
						|
 | 
						|
ble_client:
 | 
						|
  - mac_address: 01:02:03:04:05:06
 | 
						|
    id: anova_blec
 | 
						|
 | 
						|
climate:
 | 
						|
  - platform: anova
 | 
						|
    name: Anova cooker
 | 
						|
    ble_client_id: anova_blec
 | 
						|
    unit_of_measurement: c
 |