mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
17 lines
479 B
YAML
Executable File
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 |