You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
298 B
18 lines
298 B
## These scripts are run from /home/pi
|
|
|
|
#!/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 | ccze
|
|
|
|
|