1,575
edits
Changes
→Updating Home Assistant
=Updating Home Assistant=
#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>