Rename functions to modules. Update README

This commit is contained in:
2020-03-08 14:40:28 +02:00
parent dac12b0e85
commit d46ca41362
7 changed files with 14 additions and 1 deletions
+17
View File
@@ -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!"