Add telegram notifications in presence module

This commit is contained in:
2020-03-08 19:09:45 +02:00
parent d06f15a79b
commit ea30a081e2
+8
View File
@@ -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 ──────────────────────────────────────────────────────────────