1,575
edits
Changes
no edit summary
=Finish Setup=
#Visit '''http://<my_ha_server_name>:8123''' on a web browser and follow the prompts to create a new user.
=Updating Home Assistant=
##Switch to our HA user by running <pre>sudo -u homeassistant -H -s</pre>
#Move to the HA install directory by running <pre>cd /srv/homeassistant</pre>
#Activate the Python3 Virtual Environment by running <pre>python3 -m venv . source bin/activate</pre>
#Update Home Assistant by running <pre>pip3 install --upgrade homeassistant</pre>