Home-AssistantConfig/config/automation/mealtime.yaml

23 lines
621 B
YAML
Raw Normal View History

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