18 lines
298 B
Bash
Raw Normal View History

2017-02-03 01:34:40 +00:00
## These scripts are run from /home/pi
2016-11-20 20:37:42 +00:00
#!/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
2017-01-21 05:53:00 +00:00
# sudo journalctl -u home-assistant -f | ccze
2016-11-20 20:37:42 +00:00