Shell Script for Updating HA.

This commit is contained in:
CCOSTAN
2016-10-13 18:32:12 +00:00
parent d33e2a4009
commit f69758e9f7
2 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
0.30.1
0.30.2

10
shell_scripts/HAUpdate.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/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