Upgrade Home Assistant

Background

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

Video

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
Updated: 2020-07-15 | Posted: 2018-05-01