From c4402c616a8577490f0ce4e34935935877b687ad Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Sat, 15 Aug 2026 22:58:38 +0000 Subject: [PATCH] .ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats --- .ha_mcp/logs/mcp_usage.jsonl | 1 + .storage/lovelace.printer_stats | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index fc4e44b4..82ba11e2 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -1374,3 +1374,4 @@ {"timestamp": "2026-08-15T22:55:14.158574+00:00", "tool_name": "ha_list_services", "parameters": {"domain": "rest_command", "query": null, "limit": 50, "offset": 0, "detail_level": "summary", "service_fields": ["name"], "fields": null}, "execution_time_ms": 90.7595157623291, "success": true, "error_message": null, "response_size_bytes": 233, "user_context": null} {"timestamp": "2026-08-15T22:57:44.528837+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": null, "list_only": true, "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": 1.3730525970458984, "success": true, "error_message": null, "response_size_bytes": 1694, "user_context": null} {"timestamp": "2026-08-15T22:57:47.497191+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": 2.9325485229492188, "success": true, "error_message": null, "response_size_bytes": 14381, "user_context": null} +{"timestamp": "2026-08-15T22:58:34.922068+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "for s in config[\"views\"][0][\"sections\"]:\n if any(c.get(\"heading\") == \"Controls\" for c in s.get(\"cards\", [])):\n s[\"cards\"].append({\"type\": \"button\", \"name\": \"Extrude 10mm\", \"icon\": \"mdi:arrow-expand-up\", \"tap_action\": {\"action\": \"perform-action\", \"perform_action\": \"rest_command.octoprint_extrude_10\"}, \"grid_options\": {\"columns\": 6}})", "config_hash": "75c8d11d9a802395", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 11.095523834228516, "success": true, "error_message": null, "response_size_bytes": 30414, "user_context": null} diff --git a/.storage/lovelace.printer_stats b/.storage/lovelace.printer_stats index 93ed8839..83b71506 100644 --- a/.storage/lovelace.printer_stats +++ b/.storage/lovelace.printer_stats @@ -337,6 +337,18 @@ "grid_options": { "columns": 6 } + }, + { + "type": "button", + "name": "Extrude 10mm", + "icon": "mdi:arrow-expand-up", + "tap_action": { + "action": "perform-action", + "perform_action": "rest_command.octoprint_extrude_10" + }, + "grid_options": { + "columns": 6 + } } ] },