From c797f433785dbb1651f34595a2e3e515652f3a85 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Fri, 7 Oct 2022 09:15:28 -0700 Subject: [PATCH] Add Frigate Notifications --- packages/security/security.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages/security/security.yaml b/packages/security/security.yaml index a004e8e..3bc9712 100644 --- a/packages/security/security.yaml +++ b/packages/security/security.yaml @@ -293,3 +293,23 @@ automation: event: start action: - service: shell_command.doorbell_camera_set_online + + - alias: Frigate Doorbell Notification + use_blueprint: + path: hunterjm/frigate_0.10_notification.yaml + input: + camera: doorbell + notify_device: ce165dc8c682f384b6b0c0f36b72659a + base_url: https://hass.kraussnet.com + critical: true + update_thumbnail: true + + - alias: Frigate Backyard Notification + use_blueprint: + path: hunterjm/frigate_0.10_notification.yaml + input: + camera: backyard + notify_device: ce165dc8c682f384b6b0c0f36b72659a + base_url: https://hass.kraussnet.com + critical: true + update_thumbnail: true