diff --git a/time-based/processing.js b/time-based/processing.js index bdb4485..69bb3db 100644 --- a/time-based/processing.js +++ b/time-based/processing.js @@ -62,12 +62,14 @@ if (upBathOcc === 'off') { } // Stairwell light strip settings -let stairKelvin = 2000 +let stairKelvin = {} let stairBrt = {} let stairEntity = ["light.stairwell_led_strip"] if (time === 'day') { + stairKelvin = 4000 stairBrt = 255 } else if (time === 'night') { + stairKelvin = 2000 stairBrt = 150 }