From 1ede049fb6d46e9299cd5e9bd05b2f464a717677 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 17 Mar 2022 19:37:10 -0400 Subject: [PATCH] Tackled master bedroom scenes in Node-RED, removing automation from yaml --- automations.yaml | 101 ----------------------------------------------- 1 file changed, 101 deletions(-) diff --git a/automations.yaml b/automations.yaml index 129d984..6478494 100644 --- a/automations.yaml +++ b/automations.yaml @@ -303,107 +303,6 @@ default: [] mode: queued max: 2 -- id: '1644531090692' - alias: Master Bedroom Scenes - description: '' - trigger: - - platform: state - entity_id: input_select.master_bedroom_scenes - condition: [] - action: - - choose: - - conditions: - - condition: state - entity_id: input_select.master_bedroom_scenes - state: Bright - sequence: - - service: switch.turn_off - data: {} - target: - entity_id: switch.adaptive_lighting_sleep_mode_master_bedroom - - service: scene.turn_on - data: {} - target: - entity_id: scene.master_bedroom_bright - - conditions: - - condition: state - entity_id: input_select.master_bedroom_scenes - state: Dimmed - sequence: - - service: scene.turn_on - data: {} - target: - entity_id: scene.master_bedroom_dimmed - - conditions: - - condition: state - entity_id: input_select.master_bedroom_scenes - state: Nightlight - sequence: - - service: switch.turn_on - data: {} - target: - entity_id: switch.adaptive_lighting_sleep_mode_master_bedroom - - service: scene.turn_on - data: {} - target: - entity_id: scene.master_bedroom_nightlight - - conditions: - - condition: state - entity_id: input_select.master_bedroom_scenes - state: Front Nightlight - sequence: - - service: switch.turn_on - data: {} - target: - entity_id: switch.adaptive_lighting_sleep_mode_master_bedroom - - service: scene.turn_on - data: {} - target: - entity_id: scene.master_bedroom_front_nightlight - - conditions: - - condition: state - entity_id: input_select.master_bedroom_scenes - state: Side Nightlight - sequence: - - service: switch.turn_on - data: {} - target: - entity_id: switch.adaptive_lighting_sleep_mode_master_bedroom - - service: scene.turn_on - data: {} - target: - entity_id: scene.master_bedroom_side_nightlight - - conditions: - - condition: state - entity_id: input_select.master_bedroom_scenes - state: Adaptive - sequence: - - service: light.turn_on - data: {} - target: - entity_id: - - light.master_bedroom_front - - light.master_bedroom_side - - service: switch.turn_off - data: {} - target: - entity_id: switch.adaptive_lighting_sleep_mode_master_bedroom - - service: adaptive_lighting.apply - data: - entity_id: switch.adaptive_lighting_master_bedroom - - conditions: - - condition: state - entity_id: input_select.master_bedroom_scenes - state: Reset - sequence: - - service: input_select.select_option - data: - option: Adaptive - target: - entity_id: input_select.master_bedroom_scenes - default: [] - mode: queued - max: 2 - id: '1645738561470' alias: Cast to Basement TV description: ''