mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
30 lines
648 B
YAML
Executable File
30 lines
648 B
YAML
Executable File
|
|
- alias: 'Late Night Helper'
|
|
trigger:
|
|
- platform: state
|
|
entity_id: binary_sensor.upstairs_away_mode
|
|
state: 'off'
|
|
- platform: state
|
|
entity_id: binary_sensor.downstairs_away_mode
|
|
state: 'off'
|
|
- platform: state
|
|
entity_id: group.family
|
|
state: home
|
|
|
|
condition:
|
|
- condition: state
|
|
entity_id: sun.sun
|
|
state: 'below_horizon'
|
|
- condition: time
|
|
before: '23:45'
|
|
|
|
action:
|
|
service: light.turn_on
|
|
entity_id:
|
|
- group.living_room_accents
|
|
- light.living_room_slider
|
|
- light.dinette_light_1
|
|
data:
|
|
brightness: 150
|
|
|