esphome/.vscode/tasks.json

12 lines
221 B
JSON
Raw Normal View History

{
"version": "2.0.0",
"tasks": [
{
"label": "run",
"type": "shell",
"command": "python3 -m esphome config dashboard",
"problemMatcher": []
}
]
}