Updating Home Assistant


To update Home Assistant to the latest release when available, run:

$ pip3 install --upgrade homeassistant

After updating, restart Home Assistant for the changes to take effect. This means that you have to restart hass itself or the autostarting daemon if you use any.

The upgrade needs to be run as the same user as the installation was done to avoid permission errors.

Run the development version

If you want to stay on top of the development of Home Assistant then you can upgrade to the dev branch.

This can result in an unstable system, loss of data, etc. etc.

$ pip3 install --upgrade git+git://github.com/home-assistant/home-assistant.git@dev