mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
18 lines
396 B
YAML
18 lines
396 B
YAML
script:
|
|
sarah_restart:
|
|
alias: System - Restart SARAH
|
|
sequence:
|
|
service: homeassistant.restart
|
|
|
|
automation:
|
|
- id: system_announce_start
|
|
alias: System - Announce start
|
|
trigger:
|
|
platform: homeassistant
|
|
event: start
|
|
action:
|
|
- delay: 00:00:06
|
|
- service: script.say
|
|
data:
|
|
message: "Hey! I was out for a bit, but I'm back online!"
|