Reorginizing packages...

This commit is contained in:
Jeffrey Stone
2020-11-07 11:20:26 -05:00
parent 7cc6b7d9d5
commit a2c75ab131
13 changed files with 318 additions and 161 deletions

View File

@@ -69,6 +69,20 @@ automation:
entity_id: scene.skylar_room_prebed
- id: master_bedroom_lights_dim
alias: Master Bedroom lights dim
initial_state: true
trigger:
- platform: time
at: '22:30:00'
condition:
- condition: state
entity_id: input_boolean.vacation_mode
state: 'off'
action:
- service: scene.turn_on
entity_id: scene.master_bedroom_dim
- id: master_bedroom_lights_out
alias: Master Bedroom lights out
initial_state: true
@@ -83,20 +97,6 @@ automation:
- service: scene.turn_on
entity_id: scene.master_bedroom_off
- id: master_bedroom_lights_out
alias: Master Bedroom lights out
initial_state: true
trigger:
- platform: time
at: '22:30:00'
condition:
- condition: state
entity_id: input_boolean.vacation_mode
state: 'off'
action:
- service: scene.turn_on
entity_id: scene.master_bedroom_dim
- id: master_bedroom_lights_on
alias: Master Bedroom Lights On
initial_state: true
@@ -405,4 +405,12 @@ automation:
07:00
{% else %}
07:30
{% endif %}
{% endif %}
script:
sunset_garage_open:
sequence:
- condition: state
entity_id: group.garage_doors
state: 'on'
- service: script.driveway_all_on