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

This commit is contained in:
Home Assistant Version Control
2026-07-27 14:52:38 +00:00
parent 374f77d382
commit a801a343cf
2 changed files with 81 additions and 0 deletions
+1
View File
@@ -36,3 +36,4 @@
{"timestamp": "2026-07-24T20:20:04.745540+00:00", "tool_name": "ha_config_set_automation", "parameters": {"config": null, "identifier": "automation.mcp_backup_test", "python_transform": "config['actions'][0]['data']['message'] = 'Automation MODIFIED via ha-direct!'", "config_hash": "917969b79f990e58", "category": null, "wait": true, "MandatoryBPS": true, "BestPracticeKey": null}, "execution_time_ms": 361.44280433654785, "success": true, "error_message": null, "response_size_bytes": 59787, "user_context": null}
{"timestamp": "2026-07-27T14:51:03.968492+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": null, "list_only": true, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 30.833005905151367, "success": true, "error_message": null, "response_size_bytes": 1516, "user_context": null}
{"timestamp": "2026-07-27T14:51:16.918296+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": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 3.0164718627929688, "success": true, "error_message": null, "response_size_bytes": 7978, "user_context": null}
{"timestamp": "2026-07-27T14:52:32.941597+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "dashboard-temp", "config": null, "python_transform": "config['views'][0]['sections'].append({\n \"type\": \"grid\",\n \"cards\": [\n {\n \"type\": \"heading\",\n \"heading\": \"System Health\",\n \"heading_style\": \"title\"\n },\n {\n \"type\": \"vertical-stack\",\n \"cards\": [\n {\n \"type\": \"entities\",\n \"title\": \"System Health\",\n \"show_header_toggle\": False,\n \"entities\": [\n {\"entity\": \"sensor.system_monitor_memory_usage\", \"name\": \"Memory Usage\"},\n {\"entity\": \"sensor.system_monitor_memory_free\", \"name\": \"Memory Free\"},\n {\"entity\": \"sensor.system_monitor_disk_use\", \"name\": \"Disk Used\"},\n {\"entity\": \"sensor.system_monitor_disk_free\", \"name\": \"Disk Free\"},\n {\"entity\": \"sensor.system_monitor_load_1_min\", \"name\": \"Load 1 Minute\"},\n {\"entity\": \"sensor.system_monitor_load_5_min\", \"name\": \"Load 5 Minute\"},\n {\"entity\": \"sensor.system_monitor_load_15_min\", \"name\": \"Load 15 Minute\"},\n {\"entity\": \"sensor.system_monitor_uptime\"}\n ]\n },\n {\n \"type\": \"history-graph\",\n \"title\": \"System Load\",\n \"hours_to_show\": 24,\n \"entities\": [\n \"sensor.system_monitor_load_1_min\",\n \"sensor.system_monitor_load_5_min\",\n \"sensor.system_monitor_load_15_min\"\n ]\n },\n {\n \"type\": \"history-graph\",\n \"title\": \"Network Traffic\",\n \"hours_to_show\": 24,\n \"entities\": [\n \"sensor.system_monitor_network_throughput_in_enp1s0\",\n \"sensor.system_monitor_network_throughput_out_enp1s0\"\n ]\n },\n {\n \"type\": \"entities\",\n \"title\": \"Network Counters\",\n \"entities\": [\n \"sensor.system_monitor_packets_in_enp1s0\",\n \"sensor.system_monitor_packets_out_enp1s0\"\n ]\n }\n ]\n }\n ]\n})", "config_hash": "904dc27b8340909f", "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.832382202148438, "success": true, "error_message": null, "response_size_bytes": 32758, "user_context": null}
+80
View File
@@ -456,6 +456,86 @@
"entity": "sensor.blink_backyard_tree_temperature"
}
]
},
{
"type": "grid",
"cards": [
{
"type": "heading",
"heading": "System Health",
"heading_style": "title"
},
{
"type": "vertical-stack",
"cards": [
{
"type": "entities",
"title": "System Health",
"show_header_toggle": false,
"entities": [
{
"entity": "sensor.system_monitor_memory_usage",
"name": "Memory Usage"
},
{
"entity": "sensor.system_monitor_memory_free",
"name": "Memory Free"
},
{
"entity": "sensor.system_monitor_disk_use",
"name": "Disk Used"
},
{
"entity": "sensor.system_monitor_disk_free",
"name": "Disk Free"
},
{
"entity": "sensor.system_monitor_load_1_min",
"name": "Load 1 Minute"
},
{
"entity": "sensor.system_monitor_load_5_min",
"name": "Load 5 Minute"
},
{
"entity": "sensor.system_monitor_load_15_min",
"name": "Load 15 Minute"
},
{
"entity": "sensor.system_monitor_uptime"
}
]
},
{
"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",
"title": "Network Traffic",
"hours_to_show": 24,
"entities": [
"sensor.system_monitor_network_throughput_in_enp1s0",
"sensor.system_monitor_network_throughput_out_enp1s0"
]
},
{
"type": "entities",
"title": "Network Counters",
"entities": [
"sensor.system_monitor_packets_in_enp1s0",
"sensor.system_monitor_packets_out_enp1s0"
]
}
]
}
]
}
],
"max_columns": 4,