diff --git a/.ha_mcp/logs/mcp_usage.jsonl b/.ha_mcp/logs/mcp_usage.jsonl index aae1843..a44aa7a 100644 --- a/.ha_mcp/logs/mcp_usage.jsonl +++ b/.ha_mcp/logs/mcp_usage.jsonl @@ -791,3 +791,4 @@ {"timestamp": "2026-08-07T15:02:57.178361+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": "camera.endercamera_duckdns_org", "fields": null, "attribute_keys": null}, "execution_time_ms": 4.8274993896484375, "success": true, "error_message": null, "response_size_bytes": 960, "user_context": null} {"timestamp": "2026-08-07T15:03:13.633187+00:00", "tool_name": "ha_get_camera_image", "parameters": {"entity_id": "camera.endercamera_duckdns_org", "width": 320, "height": null}, "execution_time_ms": 6953.910350799561, "success": true, "error_message": null, "response_size_bytes": null, "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} diff --git a/.storage/lovelace.printer_stats b/.storage/lovelace.printer_stats index 4e638d7..84b139e 100644 --- a/.storage/lovelace.printer_stats +++ b/.storage/lovelace.printer_stats @@ -19,6 +19,15 @@ "heading": "Printer Status", "icon": "mdi:printer-3d-nozzle" }, + { + "type": "picture", + "camera_image": "camera.endercamera_duckdns_org", + "camera_view": "live", + "show_name": true, + "grid_options": { + "columns": "full" + } + }, { "type": "tile", "entity": "binary_sensor.octoprint_printing",