23 lines
621 B
YAML
Raw Normal View History

2018-01-01 19:00:45 -05:00
######################################################################
## Time to eat - Set it up!
######################################################################
- alias: Meal Time
2020-07-20 19:33:03 +01:00
id: f5cc7f8f-1608-4844-99a4-c927001be9de
2018-01-01 19:00:45 -05:00
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
2018-01-01 19:00:45 -05:00
- service: light.turn_off
entity_id:
- light.living_room_lights
2018-01-01 19:00:45 -05:00
- service: input_boolean.turn_off
entity_id: input_boolean.meal_time