Use supervisor envs instead of hassio (#12812)

This commit is contained in:
Joakim Sørensen 2022-05-30 12:46:43 +02:00 committed by GitHub
parent 588fd87654
commit 0183e32267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@ -181,7 +181,7 @@
{
"label": "Run HA Core for Supervisor in devcontainer",
"type": "shell",
"command": "HASSIO=${input:supervisorHost} HASSIO_TOKEN=${input:supervisorToken} script/core",
"command": "SUPERVISOR=${input:supervisorHost} SUPERVISOR_TOKEN=${input:supervisorToken} script/core",
"isBackground": true,
"group": {
"kind": "build",