mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Rename functions to modules. Update README
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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!"
|
||||
Reference in New Issue
Block a user