Changes

How to Install Home Assistant under Debian 10

1 byte removed, 16:55, 30 November 2021
Updating Home Assistant
=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>