Files
hassio-addons/.vscode/tasks.json
Alexandre 311a0f7e7f update
2023-12-02 16:12:43 +01:00

19 lines
338 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": []
}
]
}