add cctv notifications
Αυτή η υποβολή περιλαμβάνεται σε:
13
scripts.yaml
13
scripts.yaml
@@ -153,3 +153,16 @@ shinobi_active_with_motion:
|
|||||||
apikey: !secret shinobi_api_key
|
apikey: !secret shinobi_api_key
|
||||||
group: !secret shinobi_group
|
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 }})
|
||||||
Αναφορά σε νέο ζήτημα
Block a user