Quick update to Solar stats maybe @dale3h

This commit is contained in:
ccostan
2018-03-25 11:58:56 -04:00
parent 96fc4a5740
commit 5c68565758
4 changed files with 52 additions and 17 deletions

View File

@@ -1,12 +1,18 @@
## These scripts are run from /home/pi
# ## These scripts are run from /home/pi
#
# #!/bin/bash
#
# cd /home/hass/.homeassistant
# source /srv/hass/hass_venv/bin/activate
#
# echo "Processing update"
# pip3 install --upgrade homeassistant
#
# hass --script check_config
# exit
#!/bin/bash
cd /home/hass/.homeassistant
source /srv/hass/hass_venv/bin/activate
echo "Processing update"
pip3 install --upgrade homeassistant
hass --script check_config
exit
cd /home/hass/docker_files
docker-compose down
docker-compose pull
docker-compose up -d