|
|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
state: home
|
|
|
|
|
- condition: state
|
|
|
|
|
entity_id: input_boolean.school_mode
|
|
|
|
|
state: 'off'
|
|
|
|
|
state: 'on'
|
|
|
|
|
- condition: time
|
|
|
|
|
weekday:
|
|
|
|
|
- mon
|
|
|
|
|
@ -37,6 +37,12 @@
|
|
|
|
|
- service: switch.turn_on
|
|
|
|
|
entity_id: switch.kitchen_accents
|
|
|
|
|
- delay: 00:50:00
|
|
|
|
|
- service: light.turn_on
|
|
|
|
|
entity_id:
|
|
|
|
|
- light.justin_go
|
|
|
|
|
data:
|
|
|
|
|
transition: 3000
|
|
|
|
|
color_name: 'Yellow'
|
|
|
|
|
# 6:50am now.
|
|
|
|
|
- service: light.turn_on
|
|
|
|
|
entity_id:
|
|
|
|
|
@ -48,16 +54,24 @@
|
|
|
|
|
- service: light.turn_off
|
|
|
|
|
entity_id:
|
|
|
|
|
- group.dining_room_lights
|
|
|
|
|
- light.justin_go
|
|
|
|
|
data:
|
|
|
|
|
transition: 600
|
|
|
|
|
- service: switch.turn_off
|
|
|
|
|
entity_id: switch.kitchen_accents
|
|
|
|
|
- delay: 01:00:00
|
|
|
|
|
- service: light.turn_on
|
|
|
|
|
entity_id:
|
|
|
|
|
- light.Paige_go
|
|
|
|
|
data:
|
|
|
|
|
transition: 3000
|
|
|
|
|
color_name: 'Yellow'
|
|
|
|
|
# 7:50am now.
|
|
|
|
|
- service: light.turn_on
|
|
|
|
|
entity_id:
|
|
|
|
|
- group.kitchen_lights
|
|
|
|
|
data:
|
|
|
|
|
brightness: 200
|
|
|
|
|
|
|
|
|
|
- delay: 00:40:00
|
|
|
|
|
# 8:30am now.
|
|
|
|
|
- service: light.turn_off
|
|
|
|
|
|