From 06c15e1f0eb2677d592f0e9a5673ae60e231ce17 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Tue, 28 Jul 2026 19:37:21 +0000 Subject: [PATCH] .ha_mcp/logs/mcp_usage.jsonl, configuration.yaml --- .ha_mcp/logs/mcp_usage.jsonl | 1 + configuration.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index bf88c13..b18aa74 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -161,3 +161,4 @@ {"timestamp": "2026-07-28T19:35:10.351729+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "event.hallway_hallway_camera_motion", "fields": null, "attribute_keys": null}, "execution_time_ms": 24.082183837890625, "success": true, "error_message": null, "response_size_bytes": 930, "user_context": null} {"timestamp": "2026-07-28T19:35:14.714688+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "camera.hallway_hallway_camera", "fields": null, "attribute_keys": null}, "execution_time_ms": 5.452632904052734, "success": true, "error_message": null, "response_size_bytes": 1009, "user_context": null} {"timestamp": "2026-07-28T19:35:31.890141+00:00", "tool_name": "ha_list_services", "parameters": {"domain": "camera", "query": null, "limit": 50, "offset": 0, "detail_level": "summary", "service_fields": null, "fields": null}, "execution_time_ms": 38.99884223937988, "success": true, "error_message": null, "response_size_bytes": 1383, "user_context": null} +{"timestamp": "2026-07-28T19:37:18.971586+00:00", "tool_name": "ha_config_get_automation", "parameters": {"identifier": "automation.hallway_camera_motion_snapshot"}, "execution_time_ms": 81.84099197387695, "success": true, "error_message": null, "response_size_bytes": 2183, "user_context": null} diff --git a/configuration.yaml b/configuration.yaml index 4df968f..827ac7c 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -6,6 +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 }}" cleanup_blink_snapshots: "find /media /config/www -name 'blink_*.jpg' -mmin +360 -delete" # Load ffmpeg