diff --git a/.HA_VERSION b/.HA_VERSION index 6a932058..26339513 100755 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -0.30.1 \ No newline at end of file +0.30.2 \ No newline at end of file diff --git a/shell_scripts/HAUpdate.sh b/shell_scripts/HAUpdate.sh new file mode 100755 index 00000000..efd9d0c8 --- /dev/null +++ b/shell_scripts/HAUpdate.sh @@ -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