Files
fresh-home/automations/people/Clint/wake_clint.yaml
T
2025-07-17 20:30:11 -04:00

47 lines
1.0 KiB
YAML

alias: 'Wake Clint'
id: automation_wake_clint
initial_state: on
#description:
trigger:
platform: time
at: input_datetime.clint_next_alarm
# condition:
# - condition: state
# entity_id: binary_sensor.is_workday
# state: 'on'
action:
- service: input_boolean.turn_off
data:
entity_id: input_boolean.master_bedroom_asleep
- service: media_player.volume_set
data:
entity_id: media_player.master_bedroom_clock
volume_level: 0.95
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- choose:
- conditions:
- condition: state
entity_id: input_select.master_bedroom_mode
state: 'off'
sequence:
- service: input_select.select_option
data:
option: Energize
target:
entity_id: input_select.master_bedroom_mode
- service: input_select.select_option
data:
option: Energize
target:
entity_id: input_select.master_bedroom_mode
- service: script.wake_up_the_master_bedroom