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.

38 lines
914 B

###################################
## Late Night lights Section
###################################
- 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: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: time
after: '20:00'
before: '02:00'
action:
service: light.turn_on
entity_id:
- group.living_room_accents
- light.living_room_slider
- light.foyer_door
- light.kitchen_fridge
- light.kitchen_sink
- light.living_room_front_right
data:
brightness: 150

Powered by TurnKey Linux.