From c847297122cd8f6da47577eb45b5a70c42e15368 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Tue, 28 Jul 2026 19:48:13 +0000 Subject: [PATCH] configuration.yaml --- configuration.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 40ccf03..0bc6fdb 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -6,10 +6,8 @@ utility_meter: # Shell Commands shell_command: - test_config_write: 'echo "shell_works" > /config/test_shell.txt' - download_camera_image: 'curl -s -o {{ media_path }} "http://localhost:8123/api/camera_proxy/camera.hallway_hallway_camera?token={{ state_attr(''camera.hallway_hallway_camera'', ''access_token'') }}"' - cp_to_www: "cp {{ media_path }} {{ www_path }}" - cleanup_blink_snapshots: "find /media /config/www -name 'blink_*.jpg' -mmin +360 -delete" + download_camera_image: 'curl -s -o {{ www_path }} "http://localhost:8123/api/camera_proxy/camera.hallway_hallway_camera?token={{ state_attr(''camera.hallway_hallway_camera'', ''access_token'') }}"' + cleanup_blink_snapshots: "find /config/www -name 'blink_*.jpg' -mmin +360 -delete" # Load ffmpeg ffmpeg: