17 lines
479 B
YAML
Raw Normal View History

2016-10-30 20:00:26 +00:00
######################################################################
## Time to eat - Set it up!
######################################################################
- alias: Mealtime
trigger:
- platform: event
event_type: mealtime
action:
- service: light.turn_on
entity_id:
2016-11-09 23:59:13 +00:00
- group.dinette_lights
- group.kitchen_lights
2016-10-30 20:00:26 +00:00
- service: light.turn_off
entity_id:
2016-11-09 23:59:13 +00:00
- group.living_room_lights