You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
588 B

- alias: 'Late Night Helper'
trigger:
entity_id: binary_sensor.upstairs_away_mode
to: 'off'
- platform: state
entity_id: binary_sensor.downstairs_away_mode
to: '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
data:
brightness: 150

Powered by TurnKey Linux.