.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.dashboard_home
This commit is contained in:
@@ -1146,3 +1146,4 @@
|
|||||||
{"timestamp": "2026-08-14T02:05:03.873927+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": null, "mode": null, "query": null}, "execution_time_ms": 18.009424209594727, "success": true, "error_message": null, "response_size_bytes": 18955, "user_context": null}
|
{"timestamp": "2026-08-14T02:05:03.873927+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": null, "mode": null, "query": null}, "execution_time_ms": 18.009424209594727, "success": true, "error_message": null, "response_size_bytes": 18955, "user_context": null}
|
||||||
{"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: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: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}
|
||||||
|
|||||||
@@ -1085,15 +1085,13 @@
|
|||||||
"entity": "light.night_light"
|
"entity": "light.night_light"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "custom:mushroom-light-card",
|
"type": "entity",
|
||||||
"entity": "light.3d_printer_lights",
|
"entity": "light.3d_printer_lights",
|
||||||
"name": "Printer Light",
|
"name": "Printer Light",
|
||||||
"icon": "mdi:lightbulb",
|
"icon": "mdi:lightbulb",
|
||||||
"primary_info": "name",
|
"show_name": true,
|
||||||
"secondary_info": "state",
|
"show_state": true,
|
||||||
"tap_action": {
|
"show_icon": true
|
||||||
"action": "toggle"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"max_columns": 4,
|
"max_columns": 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user