Adjust TSL to 2s update
1s is too frequent and would sometimes fail to poll.
This commit is contained in:
		@@ -801,8 +801,8 @@ sensor:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  - platform: tsl2591
 | 
					  - platform: tsl2591
 | 
				
			||||||
    address: 0x29
 | 
					    address: 0x29
 | 
				
			||||||
    update_interval: 1s
 | 
					    update_interval: 2s
 | 
				
			||||||
    integration_time: 200ms
 | 
					    integration_time: 600ms
 | 
				
			||||||
    power_save_mode: no
 | 
					    power_save_mode: no
 | 
				
			||||||
    gain: auto
 | 
					    gain: auto
 | 
				
			||||||
    device_factor: 53
 | 
					    device_factor: 53
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user