Background

This tutorial describes how to update Home Assistant that is running in a Python virtual environment.

Commands Used

The commands that are entered in this video are as follows:

sudo systemctl stop home-assistant@phomeassistant.service
ps -ef | grep hass
source homeassistant/bin/activate pip3 install --upgrade homeassistant
sudo systemctl restart home-assistant@phomeassistant.service
ps -ef | grep hass
Back to Top