5 lines
665 B
Django/Jinja
5 lines
665 B
Django/Jinja
hass_token='{{ vault_haos_api_calls_token }}'
|
|
hass_uri='http://192.168.1.248:8123'
|
|
motion_config='/etc/motion/motion.conf'
|
|
# debug_level='DEBUG'
|
|
on_movie_end="/usr/local/bin/process_motion_event.sh --move-to /srv/expendable_data/motion 192.168.1.251:/srv/expendable_data/ --move-to-port 1122 --remove-picture --email-destination '{{ recipient }}' --home-assistant-url http://192.168.1.248:8123 --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'"
|