From aeb1f2421da912b7eae3c29221c0efa61e15dced Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 Jun 2016 14:45:17 +0200 Subject: [PATCH] Add updating page --- source/getting-started/updating.markdown | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/getting-started/updating.markdown diff --git a/source/getting-started/updating.markdown b/source/getting-started/updating.markdown new file mode 100644 index 00000000000..649b6fe3539 --- /dev/null +++ b/source/getting-started/updating.markdown @@ -0,0 +1,20 @@ +--- +layout: page +title: "Updating Home Assistant" +description: "Step to update Home Assistant." +date: 2016-05-04 10:00 +sidebar: true +comments: false +sharing: true +footer: true +--- + + +To update Home Assistant to the latest release when available, run: + +```bash +$ 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](/getting-started/autostart/) daemon if you use any. +