Massive Migration! #292

This commit is contained in:
root
2018-01-01 19:00:45 -05:00
commit 1baa895f41
241 changed files with 28076 additions and 0 deletions

12
shell_scripts/HAUpdate.sh Executable file
View File

@@ -0,0 +1,12 @@
## 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