diff --git a/time-based/processing.js b/time-based/processing.js index fb5edd6..b6f907f 100644 --- a/time-based/processing.js +++ b/time-based/processing.js @@ -52,7 +52,7 @@ node.log("Time-based Automations: Main variables defined") // ---------- Configuration ---------- // Decide which nighttime lighting to turn off at sunrise -let lightsOff = ["light.hallway_overhead"] +let lightsOff = [] if (holidayHold === 'off') { lightsOff.push("light.front_porch_light")