.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats
This commit is contained in:
@@ -793,3 +793,4 @@
|
|||||||
{"timestamp": "2026-08-07T15:04:36.077526+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": null, "mode": null, "query": null}, "execution_time_ms": 3.139019012451172, "success": true, "error_message": null, "response_size_bytes": 9016, "user_context": null}
|
{"timestamp": "2026-08-07T15:04:36.077526+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": null, "mode": null, "query": null}, "execution_time_ms": 3.139019012451172, "success": true, "error_message": null, "response_size_bytes": 9016, "user_context": null}
|
||||||
{"timestamp": "2026-08-07T15:04:45.122312+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][0]['cards'].insert(1, {'type': 'picture', 'camera_image': 'camera.endercamera_duckdns_org', 'camera_view': 'live', 'show_name': True, 'grid_options': {'columns': 'full'}})", "config_hash": "df9fb734b0cb1562", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 6.52623176574707, "success": true, "error_message": null, "response_size_bytes": 787, "user_context": null}
|
{"timestamp": "2026-08-07T15:04:45.122312+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][0]['cards'].insert(1, {'type': 'picture', 'camera_image': 'camera.endercamera_duckdns_org', 'camera_view': 'live', 'show_name': True, 'grid_options': {'columns': 'full'}})", "config_hash": "df9fb734b0cb1562", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 6.52623176574707, "success": true, "error_message": null, "response_size_bytes": 787, "user_context": null}
|
||||||
{"timestamp": "2026-08-07T15:06:02.304330+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": null, "mode": null, "query": null}, "execution_time_ms": 11.122703552246094, "success": true, "error_message": null, "response_size_bytes": 9166, "user_context": null}
|
{"timestamp": "2026-08-07T15:06:02.304330+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": null, "mode": null, "query": null}, "execution_time_ms": 11.122703552246094, "success": true, "error_message": null, "response_size_bytes": 9166, "user_context": null}
|
||||||
|
{"timestamp": "2026-08-07T15:06:11.932672+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][0]['cards'][1] = {'type': 'picture-entity', 'entity': 'camera.endercamera_duckdns_org', 'camera_view': 'live', 'show_name': True, 'show_state': True, 'grid_options': {'columns': 'full'}}", "config_hash": "31698902fd614dd8", "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.034250259399414, "success": true, "error_message": null, "response_size_bytes": 802, "user_context": null}
|
||||||
|
|||||||
@@ -20,10 +20,11 @@
|
|||||||
"icon": "mdi:printer-3d-nozzle"
|
"icon": "mdi:printer-3d-nozzle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "picture",
|
"type": "picture-entity",
|
||||||
"camera_image": "camera.endercamera_duckdns_org",
|
"entity": "camera.endercamera_duckdns_org",
|
||||||
"camera_view": "live",
|
"camera_view": "live",
|
||||||
"show_name": true,
|
"show_name": true,
|
||||||
|
"show_state": true,
|
||||||
"grid_options": {
|
"grid_options": {
|
||||||
"columns": "full"
|
"columns": "full"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user