diff --git a/source/_docs/installation/updating.markdown b/source/_docs/installation/updating.markdown index b82e53d1488..a1d2b06d662 100644 --- a/source/_docs/installation/updating.markdown +++ b/source/_docs/installation/updating.markdown @@ -32,6 +32,13 @@ For a Docker container, simply pull the latest one: $ sudo docker pull homeassistant/home-assistant:latest ``` +For a Raspberry Pi Docker container, simply pull the latest one: + +```bash +$ sudo docker pull homeassistant/raspberrypi3-homeassistant:latest +``` + + After updating, you must start/restart Home Assistant for the changes to take effect. This means that you will have to restart `hass` itself or the [autostarting](/docs/autostart/) daemon (if applicable). Startup can take considerable amount of time (i.e. minutes) depending on your device. This is because all requirements are updated as well. [BRUH automation](http://www.bruhautomation.com) has created [a tutorial video](https://www.youtube.com/watch?v=tuG2rs1Cl2Y) explaining how to upgrade Home Assistant.