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

This commit is contained in:
Home Assistant Version Control
2026-08-14 16:18:40 +00:00
parent 0c86c74dd3
commit 86d35e72fb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1269,3 +1269,4 @@
{"timestamp": "2026-08-14T16:17:21.430602+00:00", "tool_name": "ha_search", "parameters": {"query": "tool", "domain_filter": "sensor", "area_filter": null, "search_types": null, "limit": 30, "offset": 0, "exact_match": true, "include_hidden": true, "include_config": false, "group_by_domain": false, "per_domain_limit": null, "state_filter": null, "result_fields": ["entity_id", "state", "friendly_name"], "fields": null, "config_time_budget": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 161.09919548034668, "success": true, "error_message": null, "response_size_bytes": 992, "user_context": null}
{"timestamp": "2026-08-14T16:18:29.720748+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": "sensor.octoprint_print_progress*", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 2.7229785919189453, "success": true, "error_message": null, "response_size_bytes": 892, "user_context": null}
{"timestamp": "2026-08-14T16:18:34.023699+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": "history", "mode": null, "query": null}, "execution_time_ms": 4.590272903442383, "success": true, "error_message": null, "response_size_bytes": 6654, "user_context": null}
{"timestamp": "2026-08-14T16:18:38.756017+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][1]['sections'][1]['cards'][2]['entities'][0]['entity'] = 'sensor.octoprint_print_progress_live'", "config_hash": "bb0f74ad85adeb1d", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 16.604900360107422, "success": true, "error_message": null, "response_size_bytes": 696, "user_context": null}
+1 -1
View File
@@ -579,7 +579,7 @@
"show_names": true,
"entities": [
{
"entity": "sensor.octoprint_print_progress",
"entity": "sensor.octoprint_print_progress_live",
"name": "Progress",
"color": "#66bb6a"
}