Added IFTTT trigger and set light schedules

This commit is contained in:
CCOSTAN 2016-11-11 02:14:18 +00:00
parent 04118fa535
commit 63d3d8b0b7

View File

@ -38,8 +38,12 @@
entity_id: entity_id:
- light.d1 - light.d1
- light.d2 - light.d2
- group.kitchen_lights
data: data:
brightness: 150 brightness: 150
- service: light.turn_off
entity_id:
- group.dining_room_lights
- delay: 01:00:00 - delay: 01:00:00
# 7:50am now. # 7:50am now.
- service: light.turn_on - service: light.turn_on
@ -47,9 +51,7 @@
- group.kitchen_lights - group.kitchen_lights
data: data:
brightness: 200 brightness: 200
- service: light.turn_off
entity_id:
- group.dining_room_lights
- delay: 00:40:00 - delay: 00:40:00
# 8:30am now. # 8:30am now.
- service: light.turn_off - service: light.turn_off