mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 16:44:46 +00:00
16 lines
249 B
Bash
16 lines
249 B
Bash
|
#!/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
|
||
|
|
||
|
|