By reference from :
Smoke testing is used in the following scenarios:
It is done by developers before giving build to the testing team.
It is done by the testers before they start the detailed testing.
Question is, can it be compromised, just because an "agile-developer" has done "Unit Testing" ?
Ideally all testing is done by Devs:
Check out how Atlassian JIRA team were able to introduce Quality Assistance instead of Quality Assurance by making developers test and review better.
Unfortunately though current generation of developers is spoiled by the market demands. Today we very often have QA team which Devs can use to transfer the responsibilities for crappy work to. And this is very (very!) hard to fix unless there is a full support and understanding from the management and tech leads as well as expertise.
If you make Devs do the Smoke Testing they will quickly recognize that it's better to automate it and everyone will benefit from this. But good luck convincing them :)