From d928bfcaf90f3d18ea0491e053a7fcf7190dde04 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Wed, 26 Aug 2026 06:04:47 +0000 Subject: [PATCH] 3 files --- .ha_mcp/logs/mcp_usage.jsonl | 2 ++ .storage/lovelace.ender5_printer | 2 +- .storage/lovelace.printer_stats | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index c5d533c1..cbaa99c5 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -2415,3 +2415,5 @@ {"timestamp": "2026-08-26T06:03:30.392378+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "\ncam1 = config[\"views\"][0][\"sections\"][0][\"cards\"][1]\ncam2 = {\n \"type\": \"custom:webrtc-camera\",\n \"url\": \"https://endercamera2.duckdns.org/?action=stream\",\n \"mode\": \"mse\",\n \"grid_options\": {\"columns\": \"half\"}\n}\ncam1[\"grid_options\"] = {\"columns\": \"half\"}\nconfig[\"views\"][0][\"sections\"][0][\"cards\"].insert(2, cam2)\n", "config_hash": "695f4e12fae6b2d5", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 10.142326354980469, "success": true, "error_message": null, "response_size_bytes": 919, "user_context": null} {"timestamp": "2026-08-26T06:03:32.158433+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "ender5-printer", "config": null, "python_transform": "\nnew_cam_stack = {\n \"type\": \"vertical-stack\",\n \"cards\": [\n {\n \"type\": \"custom:webrtc-camera\",\n \"url\": \"https://endercamera2.duckdns.org/?action=stream\",\n \"mode\": \"mse\",\n \"style\": \"border-radius: 12px 12px 0 0; overflow: hidden;\"\n },\n {\n \"type\": \"custom:mushroom-light-card\",\n \"entity\": \"light.3d_printer_lights\",\n \"name\": \"Lamp\",\n \"icon\": \"mdi:lightbulb\",\n \"show_brightness_control\": True,\n \"layout\": \"horizontal\"\n }\n ]\n}\nconfig[\"views\"][0][\"sections\"][0][\"cards\"].insert(5, new_cam_stack)\n", "config_hash": "5103427cf5b794dc", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 22.165536880493164, "success": true, "error_message": null, "response_size_bytes": 1095, "user_context": null} {"timestamp": "2026-08-26T06:04:07.470785+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][1][\"grid_options\"] = {\"columns\": \"full\"}\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][2][\"grid_options\"] = {\"columns\": \"full\"}\n", "config_hash": "fb5c79efa2250c72", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 13.88859748840332, "success": true, "error_message": null, "response_size_bytes": 757, "user_context": null} +{"timestamp": "2026-08-26T06:04:41.186068+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][2][\"mode\"] = \"hls\"\n", "config_hash": "eb1585463ab80901", "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.594316482543945, "success": true, "error_message": null, "response_size_bytes": 650, "user_context": null} +{"timestamp": "2026-08-26T06:04:43.233442+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "ender5-printer", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][5][\"cards\"][0][\"mode\"] = \"hls\"\n", "config_hash": "34d4cf850feb8a21", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 29.16860580444336, "success": true, "error_message": null, "response_size_bytes": 514, "user_context": null} diff --git a/.storage/lovelace.ender5_printer b/.storage/lovelace.ender5_printer index fc3f91e9..8f0d45ab 100644 --- a/.storage/lovelace.ender5_printer +++ b/.storage/lovelace.ender5_printer @@ -466,7 +466,7 @@ { "type": "custom:webrtc-camera", "url": "https://endercamera2.duckdns.org/?action=stream", - "mode": "mse", + "mode": "hls", "style": "border-radius: 12px 12px 0 0; overflow: hidden;" }, { diff --git a/.storage/lovelace.printer_stats b/.storage/lovelace.printer_stats index a681f4d1..100bef73 100644 --- a/.storage/lovelace.printer_stats +++ b/.storage/lovelace.printer_stats @@ -30,7 +30,7 @@ { "type": "custom:webrtc-camera", "url": "https://endercamera2.duckdns.org/?action=stream", - "mode": "mse", + "mode": "hls", "grid_options": { "columns": "full" }