mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	Co-authored-by: Jonathan Swoboda <jonathan.swoboda> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			154 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			154 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| i2c:
 | |
|   - id: i2c_am2315c
 | |
|     scl: 5
 | |
|     sda: 4
 | |
| 
 | |
| sensor:
 | |
|   - platform: am2315c
 | |
|     temperature:
 | |
|       name: Temperature
 | |
|     humidity:
 | |
|       name: Humidity
 |