Skip to content

Commit

Permalink
prepare to use env. for access hass
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Jun 29, 2020
1 parent 1d5e48f commit 9d38ac1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"coverage-gutters.showGutterCoverage": false,
"coverage-gutters.showLineCoverage": true,
},
"remoteEnv": {
"HASS_TOKEN": "${localEnv:HASS_TOKEN}"
"HASS_HOST": "${localEnv:HASS_HOST}"
"HASS_PORT": "${localEnv:HASS_PORT}"
"HASS_LOGLEVEL": "${localEnv:HASS_LOGLEVEL}"
},
"postCreateCommand": "dotnet restore && .devcontainer/install_prettyprompt.sh",
// Uncomment the next line if you want to publish any ports.
"appPort": [
Expand Down

0 comments on commit 9d38ac1

Please sign in to comment.