Create tasks.json

This commit is contained in:
habuild 2022-03-16 13:26:29 +11:00 committed by GitHub
parent 9d35ae7f8f
commit 66f43add9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,19 @@
{
"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": []
}
]
}