mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
16 lines
249 B
Bash
Executable File
16 lines
249 B
Bash
Executable File
#!/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
|
|
|
|
|