add cctv notifications

This commit is contained in:
Florian Brinker 2019-10-13 15:45:43 +02:00
父節點 c1ecdac17e
當前提交 9337092371
共有 1 個檔案被更改,包括 14 行新增1 行删除

查看文件

@ -152,4 +152,17 @@ shinobi_active_with_motion:
host: !secret shinobi_host
apikey: !secret shinobi_api_key
group: !secret shinobi_group
preset_name: Active + Motion Detection ON
preset_name: Active + Motion Detection ON
shinobi_notify:
sequence:
- service: notify.telegram_fb
data_template:
title: "*ALARM: Bewegung erkannt*"
message: |
[Live-Stream]({{ stream_url }})
Monitor: {{ name }}
Confidence: {{ confidence }}
Letzte Aufnahmen:
- [{{ video_last }}]({{ video_url }}/{{ video_last }})
- [{{ video_previous }}]({{ video_url }}/{{ video_previous }})