From 8511cde67e8176fc8a860470aaa3f841528d7d8c Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 20 Jan 2023 00:24:29 +0100 Subject: [PATCH] Adjusted the darkness lower threshold --- config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.toml b/config/config.toml index b5d7437..2a07110 100644 --- a/config/config.toml +++ b/config/config.toml @@ -24,7 +24,7 @@ topic = "automation/debug" [light_sensor] topic = "zigbee2mqtt/living/light" -min = 19_000 +min = 20_500 max = 22_000 [devices.kitchen_kettle]