From cd68cd6811ee1661dd680d739065558c2c0499f6 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 20 Oct 2025 02:22:49 -0400 Subject: [PATCH] Adjust TSL to 2s update 1s is too frequent and would sometimes fail to poll. --- supersensor.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supersensor.yaml b/supersensor.yaml index 2c76fc5..746b6f1 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -801,8 +801,8 @@ sensor: - platform: tsl2591 address: 0x29 - update_interval: 1s - integration_time: 200ms + update_interval: 2s + integration_time: 600ms power_save_mode: no gain: auto device_factor: 53