From d36a6eb518bd519540c3e9f6121f8a818cb2251c Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 18 Jan 2023 18:15:39 +0100 Subject: [PATCH] Adjusted the darkness thresholds --- config/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.toml b/config/config.toml index b1b3452..125bb9f 100644 --- a/config/config.toml +++ b/config/config.toml @@ -24,8 +24,8 @@ topic = "automation/debug" [light_sensor] topic = "zigbee2mqtt/living/light" -min = 23_000 -max = 25_000 +min = 19_000 +max = 22_000 [devices.kitchen_kettle] type = "IkeaOutlet"