Add Notification for Doorbell

This commit is contained in:
2024-03-20 11:37:39 -07:00
parent 670a125b8f
commit 98abb037a9

View File

@@ -494,3 +494,14 @@ automation:
message: >-
![image](/api/frigate/notifications/{{ trigger.payload_json.after.id }}/snapshot.jpg)
[View Clip](/api/frigate/notifications/{{ trigger.payload_json.after.id }}/clip.mp4)
- alias: Notify on Doorbell Button
trigger:
- platform: state
entity_id: binary_sensor.doorbell_alarm_local
to: 'on'
action:
- service: notify.everyone
data:
title: 'Doorbell'
message: 'Home Doorbell Rang'