add signal alert
This commit is contained in:
parent
8f9273942e
commit
35e916d510
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ hass_token='{{ vault_haos_api_calls_token }}'
|
||||||
hass_uri='{{ home_assistant_server_uri }}'
|
hass_uri='{{ home_assistant_server_uri }}'
|
||||||
motion_config='/etc/motion/motion.conf'
|
motion_config='/etc/motion/motion.conf'
|
||||||
# debug_level='DEBUG'
|
# debug_level='DEBUG'
|
||||||
on_movie_end="/usr/local/bin/process_motion_event.sh --ntfy-server '{{ motion_bot_ntfy_server }}' --ntfy-user '{{ motion_bot_ntfy_username }}' --ntfy-password-file '{{ motion_bot_ntfy_password_file }}' --remove-picture --email-destination '{{ recipient }}' --home-assistant-url '{{ home_assistant_server_uri }}' --home-assistant-token '{{ vault_haos_api_calls_token }}' --signal-destination '+358401871182' -e 'on_movie_end' -t '%t' -w '%w' -J '%J' -i '%i' -C '%C' -o '%o' -c '%$' -v '%v' -D '%D' -h '%h' -K '%K' -L '%L' -f '%f' -Q '%Q' -F '%fps' -q '%q' -N '%N' -n '%n' -h '%host'"
|
on_movie_end="/usr/local/bin/process_motion_event.sh --signal-alert --ntfy-server '{{ motion_bot_ntfy_server }}' --ntfy-user '{{ motion_bot_ntfy_username }}' --ntfy-password-file '{{ motion_bot_ntfy_password_file }}' --remove-picture --email-destination '{{ recipient }}' --home-assistant-url '{{ home_assistant_server_uri }}' --home-assistant-token '{{ vault_haos_api_calls_token }}' --signal-destination '+358401871182' -e 'on_movie_end' -t '%t' -w '%w' -J '%J' -i '%i' -C '%C' -o '%o' -c '%$' -v '%v' -D '%D' -h '%h' -K '%K' -L '%L' -f '%f' -Q '%Q' -F '%fps' -q '%q' -N '%N' -n '%n' -h '%host'"
|
||||||
|
|
Loading…
Reference in a new issue