mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	Co-authored-by: Jonathan Swoboda <jonathan.swoboda> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			156 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			156 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
i2c:
 | 
						|
  - id: i2c_am2315c
 | 
						|
    scl: 16
 | 
						|
    sda: 17
 | 
						|
 | 
						|
sensor:
 | 
						|
  - platform: am2315c
 | 
						|
    temperature:
 | 
						|
      name: Temperature
 | 
						|
    humidity:
 | 
						|
      name: Humidity
 |