mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 16:41:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			464 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			464 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
sensor:
 | 
						|
  - platform: tsl2591
 | 
						|
    i2c_id: i2c_bus
 | 
						|
    id: test_tsl2591
 | 
						|
    address: 0x29
 | 
						|
    integration_time: 600ms
 | 
						|
    gain: high
 | 
						|
    visible:
 | 
						|
      name: tsl2591 visible
 | 
						|
      id: tsl2591_vis
 | 
						|
      unit_of_measurement: pH
 | 
						|
    infrared:
 | 
						|
      name: tsl2591 infrared
 | 
						|
      id: tsl2591_ir
 | 
						|
    full_spectrum:
 | 
						|
      name: tsl2591 full_spectrum
 | 
						|
      id: tsl2591_fs
 | 
						|
    calculated_lux:
 | 
						|
      name: tsl2591 calculated_lux
 | 
						|
      id: tsl2591_cl
 | 
						|
    update_interval: 15s
 |