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

This commit is contained in:
Home Assistant Version Control
2026-07-28 19:43:37 +00:00
parent 260cbb641d
commit ac3f42c5f5
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ 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 }}'
test_curl: 'curl -v -o /tmp/test_supervisor.png "http://supervisor/core/api/camera_proxy/camera.hallway_hallway_camera" -H "Authorization: Bearer $SUPERVISOR_TOKEN" 2>/tmp/curl_debug.log'
download_camera_image: 'curl -s -o {{ media_path }} "http://supervisor/core/api/camera_proxy/camera.hallway_hallway_camera" -H "Authorization: Bearer $SUPERVISOR_TOKEN" && cp {{ media_path }} {{ www_path }}'
cleanup_blink_snapshots: "find /media /config/www -name 'blink_*.jpg' -mmin +360 -delete"
# Load ffmpeg