diff --git a/time-based/processing-start.js b/time-based/processing-start.js index 0f0b933..a7b6898 100644 --- a/time-based/processing-start.js +++ b/time-based/processing-start.js @@ -2,7 +2,6 @@ // Lists of adaptive lighting switches for different scenarios const adaptiveDay = [ "switch.adaptive_lighting_basement_studio", - "switch.adaptive_lighting_dining_room_lamp", "switch.adaptive_lighting_downstairs_bathroom", "switch.adaptive_lighting_emma_bedroom", "switch.adaptive_lighting_kallen_bedroom", @@ -17,7 +16,6 @@ const adaptiveDay = [ const adaptiveDayHoliday = [ "switch.adaptive_lighting_basement_studio", - "switch.adaptive_lighting_dining_room_lamp", "switch.adaptive_lighting_downstairs_bathroom", "switch.adaptive_lighting_emma_bedroom", "switch.adaptive_lighting_kallen_bedroom", @@ -32,7 +30,6 @@ const adaptiveDayHoliday = [ // List of adaptive lighting sleep mode switches to turn off const adaptiveSleep = [ "switch.adaptive_lighting_sleep_mode_basement_studio", - "switch.adaptive_lighting_sleep_mode_dining_room_lamp", "switch.adaptive_lighting_sleep_mode_downstairs_bathroom", "switch.adaptive_lighting_sleep_mode_emma_bedroom", "switch.adaptive_lighting_sleep_mode_kallen_bedroom", @@ -47,7 +44,6 @@ const adaptiveSleep = [ // List of selected scene input texts to reset to Adaptive const selScenesMain = [ "input_text.basement_studio_selected_scene", - "input_text.dining_room_lamp_selected_scene", "input_text.downstairs_bathroom_selected_scene", "input_text.emma_bedroom_selected_scene", "input_text.front_porch_selected_scene",