From 0cf226920c31f4c358ff64af6b187f54709f007b Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Thu, 27 Aug 2026 17:13:26 +0000 Subject: [PATCH] .ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.ender5_printer --- .ha_mcp/logs/mcp_usage.jsonl | 1 + .storage/lovelace.ender5_printer | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index cef5850f..f9de9ca0 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -3034,3 +3034,4 @@ {"timestamp": "2026-08-27T17:12:50.863139+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "ender5-printer", "list_only": false, "force_reload": false, "entity_id": "custom:webrtc-camera", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 3.4332275390625, "success": true, "error_message": null, "response_size_bytes": 396, "user_context": null} {"timestamp": "2026-08-27T17:13:10.453142+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "for c in config['views'][0]['sections'][0]['cards']:\n if c.get('type') == 'custom:webrtc-camera' and 'endercamera' in c.get('url',''):\n c['mode'] = 'mse'", "config_hash": "763eb97b1f2c891e", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 18.804073333740234, "success": true, "error_message": null, "response_size_bytes": 30233, "user_context": null} {"timestamp": "2026-08-27T17:13:14.559906+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "ender5-printer", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": "printer", "mode": null, "query": null}, "execution_time_ms": 3.0939579010009766, "success": true, "error_message": null, "response_size_bytes": 15179, "user_context": null} +{"timestamp": "2026-08-27T17:13:20.816748+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "ender5-printer", "config": null, "python_transform": "targets = []\nfor c in config['views'][0]['sections'][0]['cards']:\n targets.append(c)\n if c.get('type') in ('vertical-stack','horizontal-stack') and 'cards' in c:\n targets.extend(c['cards'])\nfor c in targets:\n if c.get('type') == 'custom:webrtc-camera' and 'endercamera' in c.get('url',''):\n c['mode'] = 'mse'", "config_hash": "3807052e3687a276", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 14.851808547973633, "success": true, "error_message": null, "response_size_bytes": 775, "user_context": null} diff --git a/.storage/lovelace.ender5_printer b/.storage/lovelace.ender5_printer index 1edf55e3..dbb661c9 100644 --- a/.storage/lovelace.ender5_printer +++ b/.storage/lovelace.ender5_printer @@ -378,12 +378,14 @@ { "type": "custom:webrtc-camera", "url": "http://endercamera.duckdns.org/?action=stream", - "ui": true + "ui": true, + "mode": "mse" }, { "type": "custom:webrtc-camera", "url": "http://endercamera2.duckdns.org/?action=stream", - "ui": true + "ui": true, + "mode": "mse" } ], "grid_options": {