Add sunset lights triggered boolean to the booleanOff variable

home_automation/HA-NerdFlows#32
This commit is contained in:
2025-05-27 21:25:37 -04:00
parent 9f415eb232
commit c99f125289

View File

@ -64,7 +64,8 @@ const booleanOff = [
"input_boolean.give_me_darkness",
"input_boolean.goodnight",
"input_boolean.kallen_computer_updates",
"input_boolean.night_mode"
"input_boolean.night_mode",
"input_boolean.sunset_lights_triggered"
]
//! ---------- NIGHT MODE ----------