.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.dashboard_temp
This commit is contained in:
@@ -70,3 +70,4 @@
|
||||
{"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}
|
||||
{"timestamp": "2026-07-27T15:51:27.838204+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': 'full', 'rows': 2}\ngrid['cards'][3]['grid_options'] = {'columns': 'full', 'rows': 2}\n", "config_hash": "7fc8155ec3d26022", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 7.735013961791992, "success": true, "error_message": null, "response_size_bytes": 30503, "user_context": null}
|
||||
{"timestamp": "2026-07-27T15:52:31.947548+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "dashboard-temp", "list_only": false, "force_reload": true, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 2.5110244750976562, "success": true, "error_message": null, "response_size_bytes": 9317, "user_context": null}
|
||||
{"timestamp": "2026-07-27T15:53:11.014353+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "dashboard-temp", "config": null, "python_transform": "\n# Remove grid_options from System Resources (cards[2])\ndel config['views'][0]['sections'][1]['cards'][2]['grid_options']\n\n# Get the System Load card before removing it\nsystem_load_card = config['views'][0]['sections'][1]['cards'][3]\n\n# Remove System Load from grid level (cards[3])\ndel config['views'][0]['sections'][1]['cards'][3]\n\n# After removing cards[3], the vertical-stack is now at index 4 (was 5)\n# Insert System Load back into the vertical-stack at position 1 (after entities, before Network Traffic)\nconfig['views'][0]['sections'][1]['cards'][4]['cards'].insert(1, system_load_card)\n", "config_hash": "5d56f96405a28b22", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 10.657548904418945, "success": true, "error_message": null, "response_size_bytes": 1449, "user_context": null}
|
||||
|
||||
@@ -209,25 +209,7 @@
|
||||
"name": "Memory Usage"
|
||||
}
|
||||
],
|
||||
"hours_to_show": 24,
|
||||
"grid_options": {
|
||||
"columns": "full",
|
||||
"rows": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"grid_options": {
|
||||
"columns": "full",
|
||||
"rows": 2
|
||||
}
|
||||
"hours_to_show": 24
|
||||
},
|
||||
{
|
||||
"type": "heading",
|
||||
@@ -278,6 +260,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"grid_options": {
|
||||
"columns": "full",
|
||||
"rows": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "history-graph",
|
||||
"entities": [
|
||||
|
||||
Reference in New Issue
Block a user