mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
18 lines
346 B
YAML
18 lines
346 B
YAML
alias: Emmett Awake
|
|
id: automation_emmett_awake
|
|
mode: restart
|
|
#description:
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_boolean.emmett_in_bed
|
|
to: "off"
|
|
for: "00:00:30"
|
|
|
|
action:
|
|
- action: input_boolean.turn_on
|
|
entity_id: input_boolean.emmett_is_awake
|
|
|
|
- action: script.turn_on
|
|
entity_id: script.emmett_travel_sensor
|