mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 16:44:46 +00:00
18 lines
452 B
YAML
Executable File
18 lines
452 B
YAML
Executable File
######################################################################
|
|
## Time to eat - Set it up!
|
|
######################################################################
|
|
|
|
- alias: Meal Time
|
|
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
|