Update to the current version
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
This commit is contained in:
@ -14,9 +14,17 @@
|
||||
- condition: template
|
||||
value_template: "{{ states('sensor.lock_01_alarm_type') | int == 0 }}"
|
||||
action:
|
||||
- service: notify.telegram_alex
|
||||
- service: telegram_bot.send_message
|
||||
data:
|
||||
message: "Someone entered the wrong code"
|
||||
target: "-1002338954143"
|
||||
message_thread_id: 3
|
||||
message_tag: night_mode_finished
|
||||
title: "[Home Assistant] Security"
|
||||
message: 'Someone entered the wrong code'
|
||||
|
||||
# - service: notify.telegram_alex
|
||||
# data:
|
||||
# message: "Someone entered the wrong code"
|
||||
# - service: notify.mobile_app_alex_google_pixel_7_pro
|
||||
# data:
|
||||
# message: Someone entered the wrong code
|
||||
|
Reference in New Issue
Block a user