Skip to content

Commit

Permalink
Update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Apr 26, 2020
1 parent 0cd664e commit 15c2139
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/tasks.json
Expand Up @@ -4,25 +4,25 @@
{
"label": "Run Home Assistant on port 9123",
"type": "shell",
"command": "dc start",
"command": "container start",
"problemMatcher": []
},
{
"label": "Run Home Assistant configuration against /config",
"type": "shell",
"command": "dc check",
"command": "container check",
"problemMatcher": []
},
{
"label": "Upgrade Home Assistant to latest dev",
"type": "shell",
"command": "dc install",
"command": "container install",
"problemMatcher": []
},
{
"label": "Install a spesific version of Home Assistant",
"type": "shell",
"command": "dc set-version",
"command": "container set-version",
"problemMatcher": []
}
]
Expand Down

0 comments on commit 15c2139

Please sign in to comment.