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.

57 lines
1.8 KiB

######################################################################
# @CCOSTAN - Follow Me on X
# For more info visit https://www.vcloudinfo.com/click-here
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# -------------------------------------------------------------------
# Automation for 07:00 AM Daily Tasks - This automation handles actions to be performed at 8:30 AM,.
# Defines the Automation for 07:00 AM Daily Tasks triggers, conditions, and actions.
# -------------------------------------------------------------------
# Notes: typically related to the family's morning routine
######################################################################
- alias: 'Kids 830'
id: 3e0c4f40-0d55-42a0-9af9-37124b1b9b8b
mode: single
trigger:
- platform: time
at: '08:30:00'
condition:
- condition: state
entity_id: group.family
state: home
- condition: state
entity_id: sun.sun
state: below_horizon
action:
- service: homeassistant.turn_on
entity_id:
- light.d1
- light.d2
- light.sink
- light.fridge
- light.k4
- group.kitchen_accents
- switch.office_lamp_switch
- wait_template: >-
{{ states.sun.sun.state == 'above_horizon' }}
- service: homeassistant.turn_on
entity_id:
- switch.alarm_panel_1_motion_detection
- switch.office_lamp_switch
- service: number.set_value
target:
entity_id: number.alarm_panel_1_screen_brightness
data:
value: 100
- service: button.press
entity_id: button.alarm_panel_1_restart_browser
- service: homeassistant.turn_off
entity_id:
- group.kitchen_accents
- service: light.turn_off
entity_id: all

Powered by TurnKey Linux.