From af53e57e04d52bb8b6dfffc4e75aea0bf4b32899 Mon Sep 17 00:00:00 2001 From: Aronne Brivio Date: Sat, 4 Jan 2025 20:02:46 +0100 Subject: [PATCH] fix(adaptive_lighting): set min color temp to 2500 to match the values supported by Tapo bulbs --- configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index d4583560..fc749603 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -46,7 +46,7 @@ adaptive_lighting: - light.livingroom min_brightness: 10 max_brightness: 100 - min_color_temp: 2000 + min_color_temp: 2500 max_color_temp: 5500 take_over_control: true detect_non_ha_changes: true