From 0e520df7a76e9a76b614c484c6748306b63ee22c Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 24 Jan 2024 14:43:29 -0500 Subject: [PATCH] Forgot to remove hallway light from time-based flow --- time-based/processing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")