Forgot to remove hallway light from time-based flow

This commit is contained in:
2024-01-24 14:43:29 -05:00
parent f5449aeb7b
commit 0e520df7a7

View File

@ -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")