Skip to content

Commit

Permalink
tmp: Add mount config
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzerch committed Sep 1, 2023
1 parent 69430f8 commit bd502ad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,13 @@
]
}
}
}
},
"mounts": [
// Custom configuration directory
"source=${localEnv:HOME}/develop/home-assistant/config,target=${containerWorkspaceFolder}/config,type=bind",
// Custom component
//"source=${localEnv:HOME}/develop/home-assistant/component_name,target=${containerWorkspaceFolder}/config/custom_components/component_name,type=bind",
//Custom library
"source=${localEnv:HOME}/develop/home-assistant/python-overkiz-api,target=${containerWorkspaceFolder}/config/custom_libraries/pyoverkiz,type=bind"
]
}

0 comments on commit bd502ad

Please sign in to comment.