Skip to content

Commit efe8c3c

Browse files
committed
tmp: Add mount config
1 parent 358ed6f commit efe8c3c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,13 @@
4848
]
4949
}
5050
}
51-
}
51+
},
52+
"mounts": [
53+
// Custom configuration directory
54+
"source=${localEnv:HOME}/develop/home-assistant/config,target=${containerWorkspaceFolder}/config,type=bind",
55+
// Custom component
56+
//"source=${localEnv:HOME}/develop/home-assistant/component_name,target=${containerWorkspaceFolder}/config/custom_components/component_name,type=bind",
57+
//Custom library
58+
"source=${localEnv:HOME}/develop/home-assistant/python-overkiz-api,target=${containerWorkspaceFolder}/config/custom_libraries/pyoverkiz,type=bind"
59+
]
5260
}

0 commit comments

Comments
 (0)