Suggestion: Use subdir for hass data
bj00rn opened this issue · 3 comments
bj00rn commented
Checklist
- I have filled out the template to the best of my ability.
- This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
- This issue is not a duplicate feature request of previous feature requests.
Is your feature request related to a problem? Please describe.
Currently hass intallation data clogs up directory when the devcontainer is spun up
Describe the solution you'd like
- create a subdir
hass
or the likes - symlink
custom_components
,configuration.yaml
into this dir. - in scripts/develop ->
cd ../hass
and do install there - .gitignore could then be
hass
too making it immune to additional hass artifacts, backups etc
Describe alternatives you've considered
N/A
Additional context
N/A
ludeeus commented
What you describe is how it used to be, that was confusing for people.
The way it was now is simpler, but you control your repository so you can do whatever you need/want there ;)
bj00rn commented
What you describe is how it used to be, that was confusing for people. The way it was now is simpler, but you control your repository so you can do whatever you need/want there ;)
ah I see. Thanks!