mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 10:18:44 +00:00
Add telegram notifications in presence module
This commit is contained in:
@@ -87,6 +87,10 @@ automation:
|
|||||||
to: "not_home"
|
to: "not_home"
|
||||||
action:
|
action:
|
||||||
- service: script.routine_leaving_home
|
- 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
|
- id: coming_home
|
||||||
alias: Presence · Coming home
|
alias: Presence · Coming home
|
||||||
@@ -96,6 +100,10 @@ automation:
|
|||||||
to: "home"
|
to: "home"
|
||||||
action:
|
action:
|
||||||
- service: script.routine_coming_home
|
- service: script.routine_coming_home
|
||||||
|
- service: script.telegram_say
|
||||||
|
data:
|
||||||
|
title: "🏠 *Presence Module · Coming Home*"
|
||||||
|
message: "Welcome home!"
|
||||||
|
|
||||||
#
|
#
|
||||||
# ─── CUSTOMIZATION ──────────────────────────────────────────────────────────────
|
# ─── CUSTOMIZATION ──────────────────────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user