MASSIVE re-org - Moving config to packages to better organize

This commit is contained in:
Jeffrey Stone
2020-06-12 16:02:42 -04:00
parent 7bfa8c169f
commit 3d4ff5ca61
19 changed files with 1903 additions and 802 deletions

View File

@@ -65,4 +65,50 @@ kitchen_lights_night:
minutes: 18
- service: light.turn_off
entity_id: light.kitchen_cabinets
theater_lights_out:
sequence:
- condition: state
entity_id: media_player.home_theater
state: 'idle'
- delay:
minutes: 30
- service: scene.turn_on
entity_id: scene.theater_dark
theater_lights_down:
sequence:
- service: scene.turn_on
entity_id: scene.theater_dim
- delay:
minutes: 1
- service: scene.turn_on
entity_id: scene.theater_dark
theater_lights_up_check:
sequence:
- delay:
seconds: 20
- service: script.turn_on
entity_id: script.theater_lights_up
theater_lights_up:
sequence:
- condition: state
entity_id: media_player.home_theater
state: 'idle'
- service: scene.turn_on
entity_id: scene.theater_dim
- delay:
minutes: 1
- service: scene.turn_on
entity_id: scene.theater_bright
- delay:
minutes: 5
- service: script.turn_on
entity_id: script.theater_lights_out