mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "run",
|
|
"type": "shell",
|
|
"command": "python3 -m esphome dashboard config/",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|