You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
578 B

######################################################################
## Time to eat - Set it up!
######################################################################
- alias: Meal Time
trigger:
- platform: state
entity_id: input_boolean.meal_time
to: 'on'
from: 'off'
action:
- service: light.turn_on
entity_id:
- group.dinette_lights
- group.kitchen_lights
- service: light.turn_off
entity_id:
- group.living_room_lights
- service: input_boolean.turn_off
entity_id: input_boolean.meal_time

Powered by TurnKey Linux.