Updated to 0.33

This commit is contained in:
CCOSTAN
2016-11-20 20:37:42 +00:00
parent 6566ac70fe
commit 6b62b33a4e
7 changed files with 22 additions and 12 deletions

View File

@@ -1,11 +0,0 @@
#!/bin/bash
cat hassuser
sudo su -s /bin/bash hass
# source /srv/hass/hass_venv/bin/activate
# to Upgrade:
# pip3 install --upgrade homeassistant

15
shell_scripts/hassuser.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
cat hassuser
sudo su -s /bin/bash hass
# source /srv/hass/hass_venv/bin/activate
# to Upgrade:
# pip3 install --upgrade homeassistant - Use HAUpdate.sh script
# To view The HA logs realtime
# sudo journalctl -u home-assistant -f