configuration.yaml
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ utility_meter:
|
||||
|
||||
# Shell Commands
|
||||
shell_command:
|
||||
download_camera_image: "curl -s -o {{ media_path }} -H 'Authorization: Bearer $SUPERVISOR_TOKEN' 'http://supervisor/core/api/camera_proxy/camera.hallway_hallway_camera' && cp {{ media_path }} {{ www_path }}"
|
||||
download_camera_image: 'curl -s -o {{ media_path }} -H "Authorization: Bearer $SUPERVISOR_TOKEN" ''http://supervisor/core/api/camera_proxy/camera.hallway_hallway_camera'' && cp {{ media_path }} {{ www_path }}'
|
||||
cleanup_blink_snapshots: "find /media /config/www -name 'blink_*.jpg' -mmin +360 -delete"
|
||||
|
||||
# Load ffmpeg
|
||||
|
||||
Reference in New Issue
Block a user