Skip to content

Commit

Permalink
fix: add load-beta.sh script for loading files from develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danobot authored Aug 31, 2020
1 parent f4c3275 commit 67ec478
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions loadbeta.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
echo "Loading EC files from develop branch (beta version)..."
wget -O - -o /dev/null https://raw.githubusercontent.com/danobot/entity-controller/develop/custom_components/entity_controller/__init__.py > custom_components/entity_controller/__init__.py
wget -O - -o /dev/null https://raw.githubusercontent.com/danobot/entity-controller/develop/custom_components/entity_controller/const.py > custom_components/entity_controller/const.py
wget -O - -o /dev/null https://raw.githubusercontent.com/danobot/entity-controller/develop/custom_components/entity_controller/entity_services.py > custom_components/entity_controller/entity_services.py
wget -O - -o /dev/null https://raw.githubusercontent.com/danobot/entity-controller/develop/custom_components/entity_controller/manifest.json > custom_components/entity_controller/manifest.json
wget -O - -o /dev/null https://raw.githubusercontent.com/danobot/entity-controller/develop/custom_components/entity_controller/services.yaml > custom_components/entity_controller/services.yaml
echo "Done. Thanks for your contributions!"

0 comments on commit 67ec478

Please sign in to comment.