initial commit

This commit is contained in:
2025-02-07 12:46:24 -05:00
commit 8dfb36a3f1
183 changed files with 9212 additions and 0 deletions

View File

@ -0,0 +1,23 @@
---
- id: notification_lock_wrong_code
alias: '[Notification] Wrong Code'
initial_state: 'true'
trigger:
platform: state
entity_id: sensor.lock_01_alarm_type
to: '0'
condition:
condition: and
conditions:
- condition: template
value_template: "{{ states('sensor.lock_01_alarm_level') | int == 0 }}"
- condition: template
value_template: "{{ states('sensor.lock_01_alarm_type') | int == 0 }}"
action:
- 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
# title: WRONG CODE