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.

28 lines
1.0 KiB

######################################################################
# @CCOSTAN - Follow Me on X
# For more info visit https://www.vcloudinfo.com/click-here
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# -------------------------------------------------------------------
# Time to eat - Set it up! - Home Assistant automation behavior.
# Defines the Time to eat - Set it up! triggers, conditions, and actions.
# -------------------------------------------------------------------
######################################################################
- 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

Powered by TurnKey Linux.