From 467a7ca5fedd7090aefdeb9ceb0ada9756f2fb8e Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Mon, 27 Jul 2026 15:46:43 +0000 Subject: [PATCH] .ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.dashboard_temp --- .ha_mcp/logs/mcp_usage.jsonl | 1 + .storage/lovelace.dashboard_temp | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index 5271f86..be7f3e9 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -66,3 +66,4 @@ {"timestamp": "2026-07-27T15:45:57.572487+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "dashboard-temp", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": "System Health", "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 4.624843597412109, "success": true, "error_message": null, "response_size_bytes": 710, "user_context": null} {"timestamp": "2026-07-27T15:46:05.120479+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "dashboard-temp", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": "System Load", "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 3.0989646911621094, "success": true, "error_message": null, "response_size_bytes": 530, "user_context": null} {"timestamp": "2026-07-27T15:46:05.641616+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "dashboard-temp", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": "System Resources", "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 15.424728393554688, "success": true, "error_message": null, "response_size_bytes": 514, "user_context": null} +{"timestamp": "2026-07-27T15:46:36.461426+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "dashboard-temp", "config": null, "python_transform": "\n# The second section (grid) in the first view\ngrid = config['views'][0]['sections'][1]\n\n# Extract System Load from the vertical-stack (cards[4] is the vs, cards[1] inside it is System Load)\nsystem_load_card = grid['cards'][4]['cards'].pop(1)\n\n# Insert it right after System Resources (index 2), so it becomes index 3\ngrid['cards'].insert(3, system_load_card)\n", "config_hash": "2d0bcaeab9438cd0", "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.432315826416016, "success": true, "error_message": null, "response_size_bytes": 30694, "user_context": null} diff --git a/.storage/lovelace.dashboard_temp b/.storage/lovelace.dashboard_temp index 4cd8f85..b26f6e8 100644 --- a/.storage/lovelace.dashboard_temp +++ b/.storage/lovelace.dashboard_temp @@ -211,6 +211,16 @@ ], "hours_to_show": 24 }, + { + "type": "history-graph", + "title": "System Load", + "hours_to_show": 24, + "entities": [ + "sensor.system_monitor_load_1_min", + "sensor.system_monitor_load_5_min", + "sensor.system_monitor_load_15_min" + ] + }, { "type": "heading", "heading": "System Health", @@ -260,16 +270,6 @@ } ] }, - { - "type": "history-graph", - "title": "System Load", - "hours_to_show": 24, - "entities": [ - "sensor.system_monitor_load_1_min", - "sensor.system_monitor_load_5_min", - "sensor.system_monitor_load_15_min" - ] - }, { "type": "history-graph", "entities": [