diff --git a/packages/security/security.yaml b/packages/security/security.yaml index b5f80d1..7759cfd 100644 --- a/packages/security/security.yaml +++ b/packages/security/security.yaml @@ -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'