Change entities for merging dining room into living room

This commit is contained in:
2024-06-09 20:09:59 -04:00
parent 48d4d77922
commit 4ce495774e

View File

@ -2,7 +2,6 @@
// Lists of adaptive lighting switches for different scenarios // Lists of adaptive lighting switches for different scenarios
const adaptiveDay = [ const adaptiveDay = [
"switch.adaptive_lighting_basement_studio", "switch.adaptive_lighting_basement_studio",
"switch.adaptive_lighting_dining_room_lamp",
"switch.adaptive_lighting_downstairs_bathroom", "switch.adaptive_lighting_downstairs_bathroom",
"switch.adaptive_lighting_emma_bedroom", "switch.adaptive_lighting_emma_bedroom",
"switch.adaptive_lighting_kallen_bedroom", "switch.adaptive_lighting_kallen_bedroom",
@ -17,7 +16,6 @@ const adaptiveDay = [
const adaptiveDayHoliday = [ const adaptiveDayHoliday = [
"switch.adaptive_lighting_basement_studio", "switch.adaptive_lighting_basement_studio",
"switch.adaptive_lighting_dining_room_lamp",
"switch.adaptive_lighting_downstairs_bathroom", "switch.adaptive_lighting_downstairs_bathroom",
"switch.adaptive_lighting_emma_bedroom", "switch.adaptive_lighting_emma_bedroom",
"switch.adaptive_lighting_kallen_bedroom", "switch.adaptive_lighting_kallen_bedroom",
@ -32,7 +30,6 @@ const adaptiveDayHoliday = [
// List of adaptive lighting sleep mode switches to turn off // List of adaptive lighting sleep mode switches to turn off
const adaptiveSleep = [ const adaptiveSleep = [
"switch.adaptive_lighting_sleep_mode_basement_studio", "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_downstairs_bathroom",
"switch.adaptive_lighting_sleep_mode_emma_bedroom", "switch.adaptive_lighting_sleep_mode_emma_bedroom",
"switch.adaptive_lighting_sleep_mode_kallen_bedroom", "switch.adaptive_lighting_sleep_mode_kallen_bedroom",
@ -47,7 +44,6 @@ const adaptiveSleep = [
// List of selected scene input texts to reset to Adaptive // List of selected scene input texts to reset to Adaptive
const selScenesMain = [ const selScenesMain = [
"input_text.basement_studio_selected_scene", "input_text.basement_studio_selected_scene",
"input_text.dining_room_lamp_selected_scene",
"input_text.downstairs_bathroom_selected_scene", "input_text.downstairs_bathroom_selected_scene",
"input_text.emma_bedroom_selected_scene", "input_text.emma_bedroom_selected_scene",
"input_text.front_porch_selected_scene", "input_text.front_porch_selected_scene",