Changes

How to Install Home Assistant under Debian 10

367 bytes added, 16:54, 30 November 2021
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 .&#10;source bin/activate</pre>
#Update Home Assistant by running <pre>pip3 install --upgrade homeassistant</pre>