From 446dedeeb138f4b65b6e657cdbd60d4d368e16d5 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Mon, 16 May 2022 20:00:58 -0700 Subject: [PATCH] Update Lighting Automations --- packages/lighting/lighting.yaml | 62 --------------------------------- 1 file changed, 62 deletions(-) diff --git a/packages/lighting/lighting.yaml b/packages/lighting/lighting.yaml index aacb026..9257107 100644 --- a/packages/lighting/lighting.yaml +++ b/packages/lighting/lighting.yaml @@ -129,47 +129,6 @@ scene: # Lighting Scripts script: - # Set Dimmer "Off" Brightness - set_dimmer_off_brightness: - description: Set the Dimmer Brightness While Keeping Light Off - mode: queued - fields: - entity_id: - description: Light - selector: - entity: - domain: light - brightness: - description: Off Brightness - selector: - number: - min: 0 - max: 255 - sequence: - - choose: - - conditions: "{{ is_state(entity_id, 'off') }}" - sequence: - - service: light.turn_on - target: - entity_id: "{{ entity_id }}" - data: - brightness: "{{ brightness }}" - transition: 10 - - delay: 1 - - service: light.turn_off - target: - entity_id: "{{ entity_id }}" - data: - transition: 0 - - default: - - service: light.turn_on - target: - entity_id: "{{ entity_id }}" - data: - brightness: "{{ brightness }}" - transition: 0 - # Update Home Theater Lighting State ht_player_lighting_update: alias: Home Theater Lighting State Update @@ -234,27 +193,6 @@ script: # Lighting Automations automation: -# Automations for Morning Lighting - - alias: Set Dim Dining Room Light to Dim - mode: single - trigger: - - platform: time - at: "04:00:00" - condition: - - condition: time - after: "04:00:00" - weekday: - - mon - - tue - - wed - - thu - - fri - action: - - service: script.set_dimmer_off_brightness - data: - entity_id: light.dining_room_light - brightness: 64 - # Automations for Home Theater - alias: Home Theater Lighting mode: queued