Add sunset lights triggered boolean to the booleanOff variable
home_automation/HA-NerdFlows#32
This commit is contained in:
@ -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 ----------
|
||||
|
Reference in New Issue
Block a user