esphome/.vscode/tasks.json

12 lines
221 B
JSON

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