.ha_mcp/logs/mcp_usage.jsonl, configuration.yaml

This commit is contained in:
Home Assistant Version Control
2026-07-28 19:46:49 +00:00
parent ccea211bce
commit a742f650ee
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -6,7 +6,9 @@ utility_meter:
# Shell Commands
shell_command:
test_write: 'echo "hello world" > /media/test_write.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"
# Load ffmpeg