23 lines
621 B
YAML
Executable File
23 lines
621 B
YAML
Executable File
######################################################################
|
|
## Time to eat - Set it up!
|
|
######################################################################
|
|
|
|
- alias: Meal Time
|
|
id: f5cc7f8f-1608-4844-99a4-c927001be9de
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_boolean.meal_time
|
|
to: 'on'
|
|
from: 'off'
|
|
|
|
action:
|
|
- service: light.turn_on
|
|
entity_id:
|
|
- light.dinette_lights
|
|
- light.kitchen_lights
|
|
- service: light.turn_off
|
|
entity_id:
|
|
- light.living_room_lights
|
|
- service: input_boolean.turn_off
|
|
entity_id: input_boolean.meal_time
|