mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-25 13:13:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			408 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			408 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| i2c:
 | |
|   - id: i2c_tcs34725
 | |
|     scl: ${scl_pin}
 | |
|     sda: ${sda_pin}
 | |
| 
 | |
| sensor:
 | |
|   - platform: tcs34725
 | |
|     red_channel:
 | |
|       name: Red Channel
 | |
|     green_channel:
 | |
|       name: Green Channel
 | |
|     blue_channel:
 | |
|       name: Blue Channel
 | |
|     clear_channel:
 | |
|       name: Clear Channel
 | |
|     illuminance:
 | |
|       name: Illuminance
 | |
|     color_temperature:
 | |
|       name: Color Temperature
 | |
|     integration_time: 614ms
 | |
|     gain: 60x
 |