diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 45366e3..a6b4b98 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -1064,3 +1064,4 @@ {"timestamp": "2026-08-09T01:42:27.695836+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][1]['cards'].insert(6, {\"type\": \"custom:mushroom-template-card\", \"name\": \"Est. Finish\", \"icon\": \"mdi:clock-check\", \"primary\": \"Est. Finish: {% set t = states('sensor.octoprint_approximate_completion_time') | as_datetime %}{% if t %}{{ (t | as_local).strftime('%I:%M %p').lstrip('0') }}{% else %}—{% endif %}\", \"grid_options\": {\"columns\": 6}})", "config_hash": "66041c58fa1fd78e", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 10.643959045410156, "success": true, "error_message": null, "response_size_bytes": 30454, "user_context": null} {"timestamp": "2026-08-09T01:44:07.561204+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": null, "mode": null, "query": null}, "execution_time_ms": 7.53331184387207, "success": true, "error_message": null, "response_size_bytes": 11697, "user_context": null} {"timestamp": "2026-08-09T01:44:11.676021+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "del config['views'][0]['sections'][1]['cards'][6]", "config_hash": "20d83b96d45b7252", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 8.275032043457031, "success": true, "error_message": null, "response_size_bytes": 634, "user_context": null} +{"timestamp": "2026-08-09T01:46:36.971461+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][1]['cards'][4]['content'] = \"{% set finish = states('sensor.octoprint_approximate_completion_time') | as_datetime %}{% if finish %} **Est. finish:** {{ (as_local(finish)).strftime('%I:%M %p').lstrip('0') }}{% else %} **Est. finish:** —{% endif %}\"", "config_hash": "66041c58fa1fd78e", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 9.050846099853516, "success": true, "error_message": null, "response_size_bytes": 971, "user_context": null} diff --git a/.storage/lovelace.printer_stats b/.storage/lovelace.printer_stats index 682dcb6..6936a63 100644 --- a/.storage/lovelace.printer_stats +++ b/.storage/lovelace.printer_stats @@ -119,7 +119,7 @@ }, { "type": "markdown", - "content": "{% set finish = states('sensor.octoprint_approximate_completion_time') | as_datetime %}{% if finish %}**Est. finish:** {{ (as_local(finish)).strftime('%I:%M %p').lstrip('0') }}{% else %}**Est. finish:** —{% endif %}", + "content": "{% set finish = states('sensor.octoprint_approximate_completion_time') | as_datetime %}{% if finish %} **Est. finish:** {{ (as_local(finish)).strftime('%I:%M %p').lstrip('0') }}{% else %} **Est. finish:** —{% endif %}", "grid_options": { "columns": 6 }