From 1f1ef1cfad24b1a884f8ed65a1df301d2781b944 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Sat, 8 Aug 2026 03:04:50 +0000 Subject: [PATCH] .ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats --- .ha_mcp/logs/mcp_usage.jsonl | 3 +++ .storage/lovelace.printer_stats | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 04a8aeb..f76b83c 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -956,3 +956,6 @@ {"timestamp": "2026-08-08T03:03:13.160937+00:00", "tool_name": "ha_reload_core", "parameters": {"target": "templates", "entry_id": null}, "execution_time_ms": 196.11334800720215, "success": true, "error_message": null, "response_size_bytes": 116, "user_context": null} {"timestamp": "2026-08-08T03:03:16.654213+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "sensor.octoprint_z_position", "fields": null, "attribute_keys": null}, "execution_time_ms": 5.739450454711914, "success": true, "error_message": null, "response_size_bytes": 829, "user_context": null} {"timestamp": "2026-08-08T03:04:29.186125+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "sensor.octoprint_z_position", "fields": null, "attribute_keys": null}, "execution_time_ms": 8.00180435180664, "success": true, "error_message": null, "response_size_bytes": 825, "user_context": null} +{"timestamp": "2026-08-08T03:04:40.694640+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_z_position\"; config[\"views\"][1][\"sections\"][1][\"cards\"][1][\"series\"][0][\"entity\"] = \"sensor.octoprint_z_position\"", "config_hash": "0086675d7c081403", "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.178348541259766, "success": true, "error_message": null, "response_size_bytes": 774, "user_context": null} +{"timestamp": "2026-08-08T03:04:44.667761+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": "sensor.octoprint_current_z", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 5.884408950805664, "success": true, "error_message": null, "response_size_bytes": 401, "user_context": null} +{"timestamp": "2026-08-08T03:04:48.120766+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": "sensor.octoprint_z_position", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 7.109642028808594, "success": true, "error_message": null, "response_size_bytes": 515, "user_context": null} diff --git a/.storage/lovelace.printer_stats b/.storage/lovelace.printer_stats index 16d24da..cf60d79 100644 --- a/.storage/lovelace.printer_stats +++ b/.storage/lovelace.printer_stats @@ -126,7 +126,7 @@ }, { "type": "tile", - "entity": "sensor.octoprint_current_z", + "entity": "sensor.octoprint_z_position", "name": "Current Z", "icon": "mdi:axis-z-arrow", "grid_options": { @@ -446,7 +446,7 @@ "graph_span": "24h", "series": [ { - "entity": "sensor.octoprint_current_z", + "entity": "sensor.octoprint_z_position", "name": "Current Z", "color": "#ab47bc", "type": "line",