Skip to content

Commit

Permalink
Rebuild development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 15, 2020
1 parent 9bc4b0e commit 787016d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -180,4 +180,5 @@ fabric.properties


dev-config
/custom_components/__init__.py
/test*.py
2 changes: 2 additions & 0 deletions script/setup
Expand Up @@ -12,6 +12,8 @@ script/bootstrap
pre-commit install
pip3 install -r requirements-dev.txt

touch custom_components/__init__.py

CONFIG=/run/user/$(id -u)/gvfs/smb-share:server=hassio,share=config/
if [ -d "$CONFIG" ] && [ ! -e dev-config ]; then
ln -s "$CONFIG" dev-config
Expand Down

0 comments on commit 787016d

Please sign in to comment.