2016-10-13 16:45:10 +00:00
|
|
|
|
|
|
|
- alias: 'Late Night Helper'
|
|
|
|
trigger:
|
2016-10-13 16:47:38 +00:00
|
|
|
- platform: state
|
2016-10-13 16:45:10 +00:00
|
|
|
entity_id: binary_sensor.upstairs_away_mode
|
2016-10-13 16:47:38 +00:00
|
|
|
state: 'off'
|
2016-10-13 16:45:10 +00:00
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.downstairs_away_mode
|
2016-10-13 16:47:38 +00:00
|
|
|
state: 'off'
|
2016-10-13 16:45:10 +00:00
|
|
|
- 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
|
2016-10-14 14:57:20 +00:00
|
|
|
- light.dinette_light_1
|
2016-10-18 00:22:50 +00:00
|
|
|
- light.foyer_door_light
|
|
|
|
- light.kitchen_fridge_light
|
|
|
|
- light.kitchen_sink_light
|
|
|
|
- light.living_room_front_right
|
2016-10-13 16:45:10 +00:00
|
|
|
data:
|
2016-10-18 00:22:50 +00:00
|
|
|
brightness: 200
|
2016-10-13 16:45:10 +00:00
|
|
|
|