mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
16 lines
329 B
YAML
16 lines
329 B
YAML
alias: Kristy Awake
|
|
id: automation_kristy_awake
|
|
mode: restart
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_boolean.kristy_in_bed
|
|
to: 'off'
|
|
for: '00:05:00'
|
|
action:
|
|
- service: input_boolean.turn_on
|
|
entity_id: input_boolean.kristy_is_awake
|
|
|
|
- service: script.turn_on
|
|
entity_id: script.kristy_travel_sensor
|