20 lines
377 B
JSON
20 lines
377 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Start Home Assistant",
|
||
|
"type": "shell",
|
||
|
"command": "supervisor_run",
|
||
|
"group": {
|
||
|
"kind": "test",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"presentation": {
|
||
|
"reveal": "always",
|
||
|
"panel": "new"
|
||
|
},
|
||
|
"problemMatcher": []
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|