Add Notification for Doorbell
This commit is contained in:
@@ -494,3 +494,14 @@ automation:
|
||||
message: >-
|
||||

|
||||
[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'
|
||||
|
||||
Reference in New Issue
Block a user