mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-23 17:23:40 +00:00
29 lines
750 B
YAML
Executable File
29 lines
750 B
YAML
Executable File
###################################
|
|
## Late Night lights Section
|
|
###################################
|
|
- alias: 'Late Night Helper outside'
|
|
trigger:
|
|
- platform: state
|
|
entity_id: group.garage_doors
|
|
state: 'open'
|
|
- platform: state
|
|
entity_id: sun.sun
|
|
state: 'below_horizon'
|
|
from: 'above_horizon'
|
|
|
|
condition:
|
|
condition: and
|
|
conditions:
|
|
- condition: state
|
|
entity_id: sun.sun
|
|
state: 'below_horizon'
|
|
- condition: state
|
|
entity_id: group.garage_doors
|
|
state: 'open'
|
|
|
|
action:
|
|
- service: scene.turn_on
|
|
entity_id: scene.front_full_brightness
|
|
- wait_template: "{{ states.group.garage_doors.states == 'closed' }}"
|
|
- service: script.monthly_color_scene
|