General Housekeeping

This commit is contained in:
CCOSTAN
2017-01-22 03:13:43 +00:00
parent be4aa844b8
commit ed4ea3a701
6 changed files with 35 additions and 36 deletions

12
shell_scripts/HAUpdateDev.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
echo "Setting up Environment"
cd /home/hass/.homeassistant
source /srv/hass/hass_venv/bin/activate
echo "Processing update"
pip3 install --upgrade git+git://github.com/balloob/home-assistant.git@dev
echo "Code Check"
hass --script check_config
exit