mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 00:21:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			124 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			124 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
sensor:
 | 
						|
  - platform: aht10
 | 
						|
    i2c_id: i2c_bus
 | 
						|
    temperature:
 | 
						|
      name: Temperature
 | 
						|
    humidity:
 | 
						|
      name: Humidity
 |