Skip to content

Commit

Permalink
fix config loading into devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarwash committed Apr 13, 2024
1 parent 8ab02f4 commit 07c81da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ scripts/install/pip_packages "pip"
scripts/install/pip_packages setuptools wheel
scripts/install/core
rm -rf /workspaces/home-assistant_noaa-space-weather/config
mkdir /workspaces/home-assistant_noaa-space-weather/config
ln -s /workspaces/home-assistant_noaa-space-weather/.devcontainer/configuration.yaml /workspaces/home-assistant_noaa-space-weather/config/configuration.yaml
hass --config $(pwd)/config --script ensure_config
ln -s /workspaces/home-assistant_noaa-space-weather/custom_components /workspaces/home-assistant_noaa-space-weather/config/custom_components
scripts/install/dev

0 comments on commit 07c81da

Please sign in to comment.