mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
16 lines
324 B
YAML
16 lines
324 B
YAML
alias: Clint Awake
|
|
id: automation_clint_awake
|
|
mode: restart
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_boolean.clint_in_bed
|
|
to: 'off'
|
|
for: '00:00:30'
|
|
action:
|
|
- service: input_boolean.turn_on
|
|
entity_id: input_boolean.clint_is_awake
|
|
|
|
- service: script.turn_on
|
|
entity_id: script.clint_travel_sensor
|