.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.dashboard_home
This commit is contained in:
@@ -1147,3 +1147,6 @@
|
||||
{"timestamp": "2026-08-14T02:06:23.156337+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "dashboard-home", "config": null, "python_transform": "config['views'][0]['badges'].append({\"type\": \"custom:mushroom-light-card\", \"entity\": \"light.3d_printer_lights\", \"name\": \"Printer Light\", \"icon\": \"mdi:lightbulb\", \"primary_info\": \"name\", \"secondary_info\": \"state\", \"tap_action\": {\"action\": \"toggle\"}})", "config_hash": "e5771149788d84ee", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 25.964975357055664, "success": true, "error_message": null, "response_size_bytes": 974, "user_context": null}
|
||||
{"timestamp": "2026-08-14T02:06:26.580372+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "dashboard-home", "list_only": false, "force_reload": false, "entity_id": "light.3d_printer_lights", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 4.857540130615234, "success": true, "error_message": null, "response_size_bytes": 512, "user_context": null}
|
||||
{"timestamp": "2026-08-14T02:06:53.716321+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "dashboard-home", "config": null, "python_transform": "config['views'][0]['badges'][9] = {\"type\": \"entity\", \"entity\": \"light.3d_printer_lights\", \"name\": \"Printer Light\", \"icon\": \"mdi:lightbulb\", \"show_name\": True, \"show_state\": True, \"show_icon\": True}", "config_hash": "2cb6a842690e3521", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 11.858701705932617, "success": true, "error_message": null, "response_size_bytes": 922, "user_context": null}
|
||||
{"timestamp": "2026-08-14T02:10:31.241656+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "dashboard-home", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": "main", "mode": null, "query": null}, "execution_time_ms": 5.171537399291992, "success": false, "error_message": "{\n \"success\": false,\n \"error\": {\n \"code\": \"RESOURCE_NOT_FOUND\",\n \"message\": \"Dashboard view path 'main' is not found.\",\n \"suggestion\": \"Use a view_path returned by ha_config_get_dashboard\"\n },\n \"dashboard_url_path\": \"dashboard-home\",\n \"view_path\": \"main\",\n \"available_view_paths\": [\n \"calendar-popup\"\n ]\n}", "response_size_bytes": null, "user_context": null}
|
||||
{"timestamp": "2026-08-14T02:10:34.338036+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "dashboard-home", "list_only": false, "force_reload": false, "entity_id": "light.3d_printer_lights", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 3.2312870025634766, "success": true, "error_message": null, "response_size_bytes": 512, "user_context": null}
|
||||
{"timestamp": "2026-08-14T02:10:38.097066+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "dashboard-home", "config": null, "python_transform": "config['views'][0]['badges'].pop(9)", "config_hash": "ed17119dd19a5417", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 14.894485473632812, "success": true, "error_message": null, "response_size_bytes": 756, "user_context": null}
|
||||
|
||||
@@ -1083,15 +1083,6 @@
|
||||
"show_state": true,
|
||||
"show_icon": true,
|
||||
"entity": "light.night_light"
|
||||
},
|
||||
{
|
||||
"type": "entity",
|
||||
"entity": "light.3d_printer_lights",
|
||||
"name": "Printer Light",
|
||||
"icon": "mdi:lightbulb",
|
||||
"show_name": true,
|
||||
"show_state": true,
|
||||
"show_icon": true
|
||||
}
|
||||
],
|
||||
"max_columns": 4,
|
||||
|
||||
Reference in New Issue
Block a user