From 1e87d751a61b2b1ff103e29171dfc5d5964a852e Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Wed, 26 Aug 2026 06:39:35 +0000 Subject: [PATCH] .ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats --- .ha_mcp/logs/mcp_usage.jsonl | 1 + .storage/lovelace.printer_stats | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 9a07a22d..9087cb3a 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -2447,3 +2447,4 @@ {"timestamp": "2026-08-26T06:31:45.537780+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][2][\"url\"] = \"octoprint/webcam\"\n", "config_hash": "1b5e8312ca60945c", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 33.35237503051758, "success": true, "error_message": null, "response_size_bytes": 662, "user_context": null} {"timestamp": "2026-08-26T06:34:44.193591+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": "print", "mode": null, "query": null}, "execution_time_ms": 5.426645278930664, "success": true, "error_message": null, "response_size_bytes": 10351, "user_context": null} {"timestamp": "2026-08-26T06:36:53.290480+00:00", "tool_name": "ha_set_integration", "parameters": {"entry_id": null, "enabled": null, "domain": "octoprint", "config": {"name": "Ender5Pro_Cam2", "host": "endercamera.duckdns.org", "port": 443, "ssl": true, "api_key": "[REDACTED]"}, "reconfigure": false, "expected_device_id": null, "expected_unique_id": null, "expected_mac": null, "expected_entity_ids": null, "confirm_token": "[REDACTED]"}, "execution_time_ms": 15.787124633789062, "success": false, "error_message": "{\n \"success\": false,\n \"error\": {\n \"code\": \"SERVICE_CALL_FAILED\",\n \"message\": \"Flow reached a 'progress' step that cannot be completed via MCP (browser/OAuth authorization or an asynchronous provider step)\",\n \"suggestion\": \"Complete this flow in the Home Assistant UI (Settings > Devices & Services).\"\n },\n \"flow_id\": \"01M0YCJC4X03HXYMZVZQQQQ7K0\",\n \"details\": {\n \"type\": \"progress\",\n \"flow_id\": \"01M0YCJC4X03HXYMZVZQQQQ7K0\",\n \"handler\": \"octoprint\",\n \"progress_action\": \"get_api_key\",\n \"description_placeholders\": null,\n \"step_id\": \"get_api_key\"\n }\n}", "response_size_bytes": null, "user_context": null} +{"timestamp": "2026-08-26T06:39:28.312252+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][2] = {\n \"type\": \"custom:webrtc-camera\",\n \"entity\": \"camera.endercamera2_duckdns_org\",\n \"mode\": \"mse\",\n \"grid_options\": {\"columns\": \"full\"}\n}\n", "config_hash": "fdefcc5d243107c8", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 23.581743240356445, "success": true, "error_message": null, "response_size_bytes": 789, "user_context": null} diff --git a/.storage/lovelace.printer_stats b/.storage/lovelace.printer_stats index 145c9cb4..8ca9a379 100644 --- a/.storage/lovelace.printer_stats +++ b/.storage/lovelace.printer_stats @@ -26,11 +26,11 @@ }, { "type": "custom:webrtc-camera", - "url": "octoprint/webcam", + "entity": "camera.endercamera2_duckdns_org", + "mode": "mse", "grid_options": { "columns": "full" - }, - "mode": "mse" + } }, { "type": "tile",