From 698af7db074f973ad328a6ba1d7fa1b6636db791 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Sun, 9 Aug 2026 01:35:51 +0000 Subject: [PATCH] .ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats --- .ha_mcp/logs/mcp_usage.jsonl | 1 + .storage/lovelace.printer_stats | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 80448da..5dc6345 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -1055,3 +1055,4 @@ {"timestamp": "2026-08-09T01:32:12.690269+00:00", "tool_name": "ha_config_list_dashboard_resources", "parameters": {"include_content": false, "limit": 100, "offset": 0}, "execution_time_ms": 2.597808837890625, "success": true, "error_message": null, "response_size_bytes": 8178, "user_context": null} {"timestamp": "2026-08-09T01:32:40.299121+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][1]['cards'][2] = {\"type\": \"custom:mushroom-template-card\", \"primary\": \"{{ (states('sensor.octoprint_elapsed') | float(0) / 60) | round(0) | int }} min\", \"name\": \"Elapsed\", \"icon\": \"mdi:clock-start\", \"grid_options\": {\"columns\": 6}}; config['views'][0]['sections'][1]['cards'][3] = {\"type\": \"custom:mushroom-template-card\", \"primary\": \"{{ (states('sensor.octoprint_time_left') | float(0) / 60) | round(0) | int }} min\", \"name\": \"Remaining\", \"icon\": \"mdi:clock-end\", \"grid_options\": {\"columns\": 6}}", "config_hash": "ca48c99147b22c2d", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 16.21723175048828, "success": true, "error_message": null, "response_size_bytes": 30610, "user_context": null} {"timestamp": "2026-08-09T01:33:08.065395+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": 2.7425289154052734, "success": true, "error_message": null, "response_size_bytes": 7127, "user_context": null} +{"timestamp": "2026-08-09T01:35:45.217797+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][1]['cards'][2]['primary'] = \"Elapsed {{ (states('sensor.octoprint_elapsed') | float(0) / 60) | round(0) | int }} min\"; config['views'][0]['sections'][1]['cards'][3]['primary'] = \"Remaining {{ (states('sensor.octoprint_time_left') | float(0) / 60) | round(0) | int }} min\"", "config_hash": "ee1ae1ef5e6fee0c", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 9.61923599243164, "success": true, "error_message": null, "response_size_bytes": 30390, "user_context": null} diff --git a/.storage/lovelace.printer_stats b/.storage/lovelace.printer_stats index 423be9b..0fe079b 100644 --- a/.storage/lovelace.printer_stats +++ b/.storage/lovelace.printer_stats @@ -101,7 +101,7 @@ }, { "type": "custom:mushroom-template-card", - "primary": "{{ (states('sensor.octoprint_elapsed') | float(0) / 60) | round(0) | int }} min", + "primary": "Elapsed {{ (states('sensor.octoprint_elapsed') | float(0) / 60) | round(0) | int }} min", "name": "Elapsed", "icon": "mdi:clock-start", "grid_options": { @@ -110,7 +110,7 @@ }, { "type": "custom:mushroom-template-card", - "primary": "{{ (states('sensor.octoprint_time_left') | float(0) / 60) | round(0) | int }} min", + "primary": "Remaining {{ (states('sensor.octoprint_time_left') | float(0) / 60) | round(0) | int }} min", "name": "Remaining", "icon": "mdi:clock-end", "grid_options": {