17 lines
479 B
YAML
Executable File

######################################################################
## Time to eat - Set it up!
######################################################################
- alias: Mealtime
trigger:
- platform: event
event_type: mealtime
action:
- service: light.turn_on
entity_id:
- group.dinette_lights
- group.kitchen_lights
- service: light.turn_off
entity_id:
- group.living_room_lights