.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.dashboard_temp
This commit is contained in:
@@ -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: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.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: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}
|
||||||
|
|||||||
@@ -211,6 +211,16 @@
|
|||||||
],
|
],
|
||||||
"hours_to_show": 24
|
"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",
|
"type": "heading",
|
||||||
"heading": "System Health",
|
"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",
|
"type": "history-graph",
|
||||||
"entities": [
|
"entities": [
|
||||||
|
|||||||
Reference in New Issue
Block a user