esphome/.vscode/tasks.json
2021-06-10 21:13:18 +12:00

11 lines
222 B
JSON

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