.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.dashboard_temp

This commit is contained in:
Home Assistant Version Control
2026-07-27 15:50:49 +00:00
parent 467a7ca5fe
commit 7ea6b8c52b
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -67,3 +67,4 @@
{"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}
{"timestamp": "2026-07-27T15:50:42.547607+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "dashboard-temp", "config": null, "python_transform": "\ngrid = config['views'][0]['sections'][1]\ngrid['cards'][2]['grid_options'] = {'columns': 6}\ngrid['cards'][3]['grid_options'] = {'columns': 6}\n", "config_hash": "47fdc9dd8ada4d0c", "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.589599609375, "success": true, "error_message": null, "response_size_bytes": 30471, "user_context": null}
+8 -2
View File
@@ -209,7 +209,10 @@
"name": "Memory Usage"
}
],
"hours_to_show": 24
"hours_to_show": 24,
"grid_options": {
"columns": 6
}
},
{
"type": "history-graph",
@@ -219,7 +222,10 @@
"sensor.system_monitor_load_1_min",
"sensor.system_monitor_load_5_min",
"sensor.system_monitor_load_15_min"
]
],
"grid_options": {
"columns": 6
}
},
{
"type": "heading",