From 425502aa1b85b07aeaee4a69c6360178ffb99dd7 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Sat, 8 Aug 2026 03:07:03 +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 a29c3d2..6e318ab 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -963,3 +963,4 @@ {"timestamp": "2026-08-08T03:06:42.390063+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "sensor.octoprint_current_z", "fields": null, "attribute_keys": null}, "execution_time_ms": 7.74383544921875, "success": true, "error_message": null, "response_size_bytes": 765, "user_context": null} {"timestamp": "2026-08-08T03:06:42.531414+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "sensor.octoprint_z_position", "fields": null, "attribute_keys": null}, "execution_time_ms": 5.25975227355957, "success": true, "error_message": null, "response_size_bytes": 825, "user_context": null} {"timestamp": "2026-08-08T03:06:57.201434+00:00", "tool_name": "ha_reload_core", "parameters": {"target": "templates", "entry_id": null}, "execution_time_ms": 124.84455108642578, "success": true, "error_message": null, "response_size_bytes": 116, "user_context": null} +{"timestamp": "2026-08-08T03:07:02.008119+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config[\"views\"][0][\"sections\"][1][\"cards\"][5][\"entity\"] = \"sensor.octoprint_current_z\"; config[\"views\"][1][\"sections\"][1][\"cards\"][1][\"series\"][0][\"entity\"] = \"sensor.octoprint_current_z\"", "config_hash": "fa9d6cf9e3fee434", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 20.209789276123047, "success": true, "error_message": null, "response_size_bytes": 772, "user_context": null} diff --git a/.storage/lovelace.printer_stats b/.storage/lovelace.printer_stats index cf60d79..16d24da 100644 --- a/.storage/lovelace.printer_stats +++ b/.storage/lovelace.printer_stats @@ -126,7 +126,7 @@ }, { "type": "tile", - "entity": "sensor.octoprint_z_position", + "entity": "sensor.octoprint_current_z", "name": "Current Z", "icon": "mdi:axis-z-arrow", "grid_options": { @@ -446,7 +446,7 @@ "graph_span": "24h", "series": [ { - "entity": "sensor.octoprint_z_position", + "entity": "sensor.octoprint_current_z", "name": "Current Z", "color": "#ab47bc", "type": "line",