2017-04-09 21:48:14 +00:00
|
|
|
###################################
|
|
|
|
## Late Night lights Section
|
|
|
|
###################################
|
|
|
|
- alias: 'Late Night Helper'
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: group.garage_doors
|
|
|
|
state: 'open'
|
2017-04-09 22:16:30 +00:00
|
|
|
- platform: state
|
|
|
|
entity_id: sun.sun
|
|
|
|
state: 'below_horizon'
|
|
|
|
from: 'above_horizon'
|
2017-04-09 21:48:14 +00:00
|
|
|
|
|
|
|
condition:
|
|
|
|
condition: and
|
|
|
|
conditions:
|
|
|
|
- condition: state
|
|
|
|
entity_id: sun.sun
|
|
|
|
state: 'below_horizon'
|
2017-04-09 22:16:30 +00:00
|
|
|
- condition: state
|
|
|
|
entity_id: group.garage_doors
|
|
|
|
state: 'open'
|
2017-04-09 21:48:14 +00:00
|
|
|
|
|
|
|
action:
|
|
|
|
- service: scene.turn_on
|
|
|
|
entity_id: scene.front_full_brightness
|
|
|
|
- wait_template: "{{ states.group.garage_doors.states == 'closed' }}"
|
|
|
|
- service: script.monthly_color_scene
|