mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Add telegram notifications in presence module
This commit is contained in:
@@ -87,6 +87,10 @@ automation:
|
||||
to: "not_home"
|
||||
action:
|
||||
- service: script.routine_leaving_home
|
||||
- service: script.telegram_say
|
||||
data:
|
||||
title: "🏠 *Presence Module · Leaving Home*"
|
||||
message: "I see you're leaving. Goodbye!"
|
||||
|
||||
- id: coming_home
|
||||
alias: Presence · Coming home
|
||||
@@ -96,6 +100,10 @@ automation:
|
||||
to: "home"
|
||||
action:
|
||||
- service: script.routine_coming_home
|
||||
- service: script.telegram_say
|
||||
data:
|
||||
title: "🏠 *Presence Module · Coming Home*"
|
||||
message: "Welcome home!"
|
||||
|
||||
#
|
||||
# ─── CUSTOMIZATION ──────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user