Forgot to remove hallway light from time-based flow
This commit is contained in:
@ -52,7 +52,7 @@ node.log("Time-based Automations: Main variables defined")
|
|||||||
|
|
||||||
// ---------- Configuration ----------
|
// ---------- Configuration ----------
|
||||||
// Decide which nighttime lighting to turn off at sunrise
|
// Decide which nighttime lighting to turn off at sunrise
|
||||||
let lightsOff = ["light.hallway_overhead"]
|
let lightsOff = []
|
||||||
|
|
||||||
if (holidayHold === 'off') {
|
if (holidayHold === 'off') {
|
||||||
lightsOff.push("light.front_porch_light")
|
lightsOff.push("light.front_porch_light")
|
||||||
|
Reference in New Issue
Block a user